fastfetch-unwrapped: 2.64.2 -> 2.65.1; fastfetch: disable nixpkgs-update (#535694)

This commit is contained in:
Austin Horstman
2026-06-26 14:34:01 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -47,7 +47,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch-unwrapped";
version = "2.64.2";
version = "2.65.1";
strictDeps = true;
__structuredAttrs = true;
@@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "fastfetch-cli";
repo = "fastfetch";
tag = finalAttrs.version;
hash = "sha256-isSVcmtNglHy7+F3yemGyY8Jnsy3h5mjOnl159CyJ2Q=";
hash = "sha256-fr/FyGcURlauCLIAYHGhtmsJqbbPe+Hg3ObyRtYR5wk=";
};
outputs = [
+1 -1
View File
@@ -162,7 +162,7 @@ in
runCommand "fastfetch-${unwrapped.version}"
{
pname = "fastfetch";
inherit (unwrapped) version;
inherit (unwrapped) version; # nixpkgs-update: no auto update
strictDeps = true;
__structuredAttrs = true;