plzip: 1.11 -> 1.12
This commit is contained in:
committed by
Emery Hemingway
parent
e2abc3ddd8
commit
58241945a0
@@ -9,7 +9,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "plzip";
|
||||
version = "1.11";
|
||||
version = "1.12";
|
||||
outputs = [
|
||||
"out"
|
||||
"man"
|
||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://savannah/lzip/plzip/plzip-${finalAttrs.version}.tar.lz";
|
||||
hash = "sha256-UfSNM99lm7Ph5+QYJ16SKtdSYVpbyYQTnaCPHm19EP0=";
|
||||
hash = "sha256-RLvt4rLiOPBbmSEon5194ia3lYKmN2pdEOv8u4dxOoQ=";
|
||||
# hash from release email
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user