plzip: 1.11 -> 1.12

authored by R. Ryantm and committed by Emery Hemingway 58241945 e2abc3dd

+2 -2
+2 -2
pkgs/by-name/pl/plzip/package.nix
··· 9 9 10 10 stdenv.mkDerivation (finalAttrs: { 11 11 pname = "plzip"; 12 - version = "1.11"; 12 + version = "1.12"; 13 13 outputs = [ 14 14 "out" 15 15 "man" ··· 18 18 19 19 src = fetchurl { 20 20 url = "mirror://savannah/lzip/plzip/plzip-${finalAttrs.version}.tar.lz"; 21 - hash = "sha256-UfSNM99lm7Ph5+QYJ16SKtdSYVpbyYQTnaCPHm19EP0="; 21 + hash = "sha256-RLvt4rLiOPBbmSEon5194ia3lYKmN2pdEOv8u4dxOoQ="; 22 22 # hash from release email 23 23 }; 24 24