Skip to content

Commit 05e0403

Browse files
committed
1 parent bd8e0f4 commit 05e0403

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.4";
48+
version = "2.41.0";
4949

5050
src = fetchFromGitHub {
5151
owner = "fastfetch-cli";
5252
repo = "fastfetch";
5353
tag = finalAttrs.version;
54-
hash = "sha256-s9QIjN4x1wovnq3eOQEyWhqSK1nlefGnnC9n356qEE4=";
54+
hash = "sha256-7BTQiUf78CKozZAUdw0Y1U7EO+ZvMDim3N/PPebDMNg=";
5555
};
5656

5757
outputs = [

0 commit comments

Comments
 (0)