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