Defelo 2025-07-04 23:07:58 +00:00
parent dbe18835a8
commit 0c89afd434
No known key found for this signature in database
GPG Key ID: 2A05272471204DD3

View File

@ -59,13 +59,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.46.0";
version = "2.47.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
tag = finalAttrs.version;
hash = "sha256-gRDG3lbUcApUushUPCpTkzc6FOB/CHrsVZwdRn6IEL8=";
hash = "sha256-xe86u40zW1+2O4s6e64HlpxiaLIRpjgKLPNnSEGlioQ=";
};
outputs = [