fastfetchMinimal: 2.60.0 -> 2.61.0 (#504383)

This commit is contained in:
Felix Bargfeldt
2026-03-28 17:22:49 +00:00
committed by GitHub
+2 -2
View File
@@ -61,13 +61,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.60.0";
version = "2.61.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
tag = finalAttrs.version;
hash = "sha256-KBK5ZajrmZyscl/4Svk1sl63AhrfAdA+/sO0/vA5JSE=";
hash = "sha256-gy4xxY3w3OzzqLrXvpy5ruwticUKRhx/B9OU/bpukvs=";
};
outputs = [