Skip to content

Commit f5146fb

Browse files
fastfetch: 2.40.0 -> 2.40.1 (#395806)
Co-authored-by: luftmensch-luftmensch <[email protected]>
2 parents 32e4478 + 318802c commit f5146fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fa/fastfetch/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
}:
4646
stdenv.mkDerivation (finalAttrs: {
4747
pname = "fastfetch";
48-
version = "2.40.0";
48+
version = "2.40.1";
4949

5050
src = fetchFromGitHub {
5151
owner = "fastfetch-cli";
5252
repo = "fastfetch";
5353
tag = finalAttrs.version;
54-
hash = "sha256-+eCoxWzTUPLYkz05XwJW1i8v5tyO3VRlm/ZKSlP3cts=";
54+
hash = "sha256-k9t4qW8fPWc83/ys0Tyoief1HwELu9awIkclDBgDFW4=";
5555
};
5656

5757
outputs = [

0 commit comments

Comments
 (0)