Skip to content

Commit b275c45

Browse files
committed
fastfetchMinimal: 2.50.2 -> 2.51.0
1 parent 72469b3 commit b275c45

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
@@ -59,13 +59,13 @@
5959
}:
6060
stdenv.mkDerivation (finalAttrs: {
6161
pname = "fastfetch";
62-
version = "2.50.2";
62+
version = "2.51.0";
6363

6464
src = fetchFromGitHub {
6565
owner = "fastfetch-cli";
6666
repo = "fastfetch";
6767
tag = finalAttrs.version;
68-
hash = "sha256-dY8JAv5UnsJLPbhb/1JxvDxdHT0gusqkvOlOxsDS6p4=";
68+
hash = "sha256-YEKnOvcW4/Syl/iAo8JG63Qw7qEeTpiEp+Oq+O5kFZQ=";
6969
};
7070

7171
outputs = [

0 commit comments

Comments
 (0)