Skip to content

Commit 04a95b8

Browse files
committed
pshash: 0.1.15.1 -> 0.1.16.0
1 parent b82347b commit 04a95b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/ps/pshash/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
}:
66
haskellPackages.mkDerivation rec {
77
pname = "pshash";
8-
version = "0.1.15.1";
8+
version = "0.1.16.0";
99
src = fetchFromGitHub {
1010
owner = "thornoar";
1111
repo = "pshash";
1212
tag = "v${version}";
13-
hash = "sha256-TnMXT0sgUkHCbZ2YgDmSgOg8A2DKk/LyKK2XXwabrYc=";
13+
hash = "sha256-3Qe52Hto3Z96b5q9TLz7XB7BzMfdNBd4p8V6dknH6VM=";
1414
};
1515

1616
postPatch = ''

0 commit comments

Comments
 (0)