Skip to content

Commit 2304798

Browse files
pfetch: 1.8.1 -> 1.9.0 (#395904)
Co-authored-by: phanirithvij <[email protected]>
2 parents 14a34d3 + 4324be2 commit 2304798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pf/pfetch/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenvNoCC.mkDerivation rec {
1010
pname = "pfetch";
11-
version = "1.8.1";
11+
version = "1.9.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "Un1q32";
1515
repo = "pfetch";
1616
tag = version;
17-
hash = "sha256-lzXoe4RYfd8aSnrkpz5VYhMlJUcaMsZBZyPBOjpBXG8=";
17+
hash = "sha256-DWntcAowiia4gEiYcZCJ6+uDGQ5h2eh/XwSSW+ThPKY=";
1818
};
1919

2020
dontBuild = true;

0 commit comments

Comments
 (0)