fastfetch: 2.58.0 -> 2.59.0 (#490161)

This commit is contained in:
Austin Horstman
2026-02-14 01:08:49 +00:00
committed by GitHub
+2 -2
View File
@@ -61,13 +61,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.58.0";
version = "2.59.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
tag = finalAttrs.version;
hash = "sha256-kWMR2qtwgzpYZmbqkpNkII6MuMFb13jkBtI/1pdgSgE=";
hash = "sha256-XnVSVf9dFWJLmMDsXNclWCnMTwigVORXYhcpxTgEWuY=";
};
outputs = [