We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32e4478 + 318802c commit f5146fbCopy full SHA for f5146fb
pkgs/by-name/fa/fastfetch/package.nix
@@ -45,13 +45,13 @@
45
}:
46
stdenv.mkDerivation (finalAttrs: {
47
pname = "fastfetch";
48
- version = "2.40.0";
+ version = "2.40.1";
49
50
src = fetchFromGitHub {
51
owner = "fastfetch-cli";
52
repo = "fastfetch";
53
tag = finalAttrs.version;
54
- hash = "sha256-+eCoxWzTUPLYkz05XwJW1i8v5tyO3VRlm/ZKSlP3cts=";
+ hash = "sha256-k9t4qW8fPWc83/ys0Tyoief1HwELu9awIkclDBgDFW4=";
55
};
56
57
outputs = [
0 commit comments