fastfetch-unwrapped: 2.64.2 -> 2.65.1; fastfetch: disable nixpkgs-update (#535694)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user