Skip to content

Commit 0d7bccf

Browse files
authored
fastfetch: 2.39.0 -> 2.39.1 (#391720)
2 parents 3489b5c + 78f6e9b commit 0d7bccf

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

5050
src = fetchFromGitHub {
5151
owner = "fastfetch-cli";
5252
repo = "fastfetch";
5353
tag = finalAttrs.version;
54-
hash = "sha256-2XuODYi3kC9d1rO1LFAdixS7SrrjTOgj+Tm3waMGa+M=";
54+
hash = "sha256-7ukbYmfhfdjzooHA9J/AixfkZrzJZvnoHGg4z2jCZPI=";
5555
};
5656

5757
outputs = [

0 commit comments

Comments
 (0)