Skip to content

Commit 6b1eea3

Browse files
authored
fastfetch: 2.24.0 -> 2.25.0 (#342946)
2 parents 1f1c8b3 + 16851d2 commit 6b1eea3

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
@@ -47,13 +47,13 @@ let
4747
in
4848
stdenv'.mkDerivation (finalAttrs: {
4949
pname = "fastfetch";
50-
version = "2.24.0";
50+
version = "2.25.0";
5151

5252
src = fetchFromGitHub {
5353
owner = "fastfetch-cli";
5454
repo = "fastfetch";
5555
rev = finalAttrs.version;
56-
hash = "sha256-MnN+XZTiIjXGVM6rF5J7sDTndLijGCdgsBF8oYzRHqY=";
56+
hash = "sha256-I8In6JK9XWM29QdAj3wU2WHn/RsrDJo7s5S7R79HV8g=";
5757
};
5858

5959
outputs = [

0 commit comments

Comments
 (0)