fastfetch: 2.62.0 -> 2.62.1

This commit is contained in:
R. Ryantm
2026-04-26 04:31:24 +00:00
parent 0aacb00bef
commit f569ea9ec0
+2 -2
View File
@@ -61,13 +61,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.62.0";
version = "2.62.1";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
tag = finalAttrs.version;
hash = "sha256-26rKLrlRKn8pVbqP727H5JAXCN5NaRCbf8si0Jgo4fc=";
hash = "sha256-lI3p0LPDg5EXQ60NIYkpv0sNeckUdZjJSsmc2XP1l0E=";
};
outputs = [