fastfetchMinimal: 2.45.0 -> 2.46.0

This commit is contained in:
R. Ryantm
2025-06-20 07:09:49 +00:00
parent 63bd3100b8
commit 7057aec790
+2 -2
View File
@@ -59,13 +59,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.45.0";
version = "2.46.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
tag = finalAttrs.version;
hash = "sha256-HDr4goUvAKeMk2UGmF2ON72ETQQipNwLfsvyB+f74LE=";
hash = "sha256-gRDG3lbUcApUushUPCpTkzc6FOB/CHrsVZwdRn6IEL8=";
};
outputs = [