Skip to content

Commit e5c07bd

Browse files
authored
Merge pull request #53731 from tadeokondrak/update-neofetch
neofetch: 5.0.0 -> 6.0.0
2 parents 9ea5b2c + d6f355f commit e5c07bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/misc/neofetch/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
stdenv.mkDerivation rec {
44
name = "neofetch-${version}";
5-
version = "5.0.0";
5+
version = "6.0.0";
66
src = fetchFromGitHub {
77
owner = "dylanaraps";
88
repo = "neofetch";
99
rev = version;
10-
sha256 = "0yzyi2p0d8xp576lxyv5m9h60dl1d5dmrn40aad307872835b9rr";
10+
sha256 = "0j0r40llyry1sgc6p9wd7jrpydps2lnj4rwajjp37697g2bik89i";
1111
};
1212

1313
dontBuild = true;

0 commit comments

Comments
 (0)