We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14a34d3 + 4324be2 commit 2304798Copy full SHA for 2304798
pkgs/by-name/pf/pfetch/package.nix
@@ -8,13 +8,13 @@
8
9
stdenvNoCC.mkDerivation rec {
10
pname = "pfetch";
11
- version = "1.8.1";
+ version = "1.9.0";
12
13
src = fetchFromGitHub {
14
owner = "Un1q32";
15
repo = "pfetch";
16
tag = version;
17
- hash = "sha256-lzXoe4RYfd8aSnrkpz5VYhMlJUcaMsZBZyPBOjpBXG8=";
+ hash = "sha256-DWntcAowiia4gEiYcZCJ6+uDGQ5h2eh/XwSSW+ThPKY=";
18
};
19
20
dontBuild = true;
0 commit comments