plzip: 1.11 -> 1.12

This commit is contained in:
R. Ryantm
2025-01-15 13:24:09 +00:00
committed by Emery Hemingway
parent e2abc3ddd8
commit 58241945a0
+2 -2
View File
@@ -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
};