fastfetchMinimal: 2.61.0 -> 2.62.0

This commit is contained in:
R. Ryantm
2026-04-22 07:17:26 +00:00
parent 4d0e985dd0
commit dd2849e56e
+2 -2
View File
@@ -61,13 +61,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.61.0";
version = "2.62.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
tag = finalAttrs.version;
hash = "sha256-gy4xxY3w3OzzqLrXvpy5ruwticUKRhx/B9OU/bpukvs=";
hash = "sha256-26rKLrlRKn8pVbqP727H5JAXCN5NaRCbf8si0Jgo4fc=";
};
outputs = [