fastfetch: 2.52.0 -> 2.53.0 (#445388)

This commit is contained in:
Felix Bargfeldt
2025-09-23 04:53:12 +00:00
committed by GitHub

View File

@@ -59,13 +59,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.52.0";
version = "2.53.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
tag = finalAttrs.version;
hash = "sha256-Zylq4Ae1Ut2iB4qOnOtGkjDjuPxRyr221FVzOx3kdIE=";
hash = "sha256-Cq6Nq7UpeW7MFi6VjsWmU2M3FjzDiAyhwnl4yTQFRnA=";
};
outputs = [