fastfetchMinimal: 2.47.0 -> 2.48.0

This commit is contained in:
R. Ryantm
2025-07-16 14:23:46 +00:00
parent 1a6187704f
commit 721424dc0c
+2 -2
View File
@@ -59,13 +59,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.47.0";
version = "2.48.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
tag = finalAttrs.version;
hash = "sha256-xe86u40zW1+2O4s6e64HlpxiaLIRpjgKLPNnSEGlioQ=";
hash = "sha256-PYGczt2wmxpExuPlu6U7vecePzuEH9IJIKKZtCC8FgU=";
};
outputs = [