zziplib: 0.13.79 -> 0.13.80

authored by R. Ryantm and committed by Wolfgang Walther 5c11b8a1 7acbf812

+5 -4
+5 -4
pkgs/by-name/zz/zziplib/package.nix
··· 13 13 14 14 stdenv.mkDerivation rec { 15 15 pname = "zziplib"; 16 - version = "0.13.79"; 16 + version = "0.13.80"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "gdraheim"; 20 20 repo = "zziplib"; 21 - rev = "v${version}"; 22 - hash = "sha256-PUG6MAglYJXJzQMWM7KfLFbHG3bva7FyaP+HdCsRnZQ="; 21 + tag = "v${version}"; 22 + hash = "sha256-vvPcQBRk1iIPNk5qI7N0Nv9JWndVfFH6oGxyr9ZIt0g="; 23 23 }; 24 24 25 25 nativeBuildInputs = [ ··· 30 30 xmlto 31 31 zip 32 32 ]; 33 + 33 34 buildInputs = [ 34 35 zlib 35 36 ]; ··· 50 51 51 52 meta = { 52 53 homepage = "https://github.com/gdraheim/zziplib"; 53 - changelog = "https://github.com/gdraheim/zziplib/blob/${version}/ChangeLog"; 54 + changelog = "https://github.com/gdraheim/zziplib/blob/v${version}/ChangeLog"; 54 55 description = "Library to extract data from files archived in a zip file"; 55 56 longDescription = '' 56 57 The zziplib library is intentionally lightweight, it offers the ability to