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.
1 parent b82347b commit 04a95b8Copy full SHA for 04a95b8
1 file changed
pkgs/by-name/ps/pshash/package.nix
@@ -5,12 +5,12 @@
5
}:
6
haskellPackages.mkDerivation rec {
7
pname = "pshash";
8
- version = "0.1.15.1";
+ version = "0.1.16.0";
9
src = fetchFromGitHub {
10
owner = "thornoar";
11
repo = "pshash";
12
tag = "v${version}";
13
- hash = "sha256-TnMXT0sgUkHCbZ2YgDmSgOg8A2DKk/LyKK2XXwabrYc=";
+ hash = "sha256-3Qe52Hto3Z96b5q9TLz7XB7BzMfdNBd4p8V6dknH6VM=";
14
};
15
16
postPatch = ''
0 commit comments