Skip to content

Commit 5824194

Browse files
r-ryantmnotehmry
authored andcommitted
plzip: 1.11 -> 1.12
1 parent e2abc3d commit 5824194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pl/plzip/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "plzip";
12-
version = "1.11";
12+
version = "1.12";
1313
outputs = [
1414
"out"
1515
"man"
@@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
1818

1919
src = fetchurl {
2020
url = "mirror://savannah/lzip/plzip/plzip-${finalAttrs.version}.tar.lz";
21-
hash = "sha256-UfSNM99lm7Ph5+QYJ16SKtdSYVpbyYQTnaCPHm19EP0=";
21+
hash = "sha256-RLvt4rLiOPBbmSEon5194ia3lYKmN2pdEOv8u4dxOoQ=";
2222
# hash from release email
2323
};
2424

0 commit comments

Comments
 (0)