fastfetchMinimal: 2.59.0 -> 2.60.0 (#497470)

This commit is contained in:
Felix Bargfeldt 2026-03-07 14:04:01 +00:00 committed by GitHub
commit 728aa67da1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,13 +61,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.59.0";
version = "2.60.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
tag = finalAttrs.version;
hash = "sha256-XnVSVf9dFWJLmMDsXNclWCnMTwigVORXYhcpxTgEWuY=";
hash = "sha256-KBK5ZajrmZyscl/4Svk1sl63AhrfAdA+/sO0/vA5JSE=";
};
outputs = [