zziplib: 0.13.79 -> 0.13.80 (#415514)
This commit is contained in:
commit
44edb9645d
@ -13,13 +13,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "zziplib";
|
pname = "zziplib";
|
||||||
version = "0.13.79";
|
version = "0.13.80";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gdraheim";
|
owner = "gdraheim";
|
||||||
repo = "zziplib";
|
repo = "zziplib";
|
||||||
rev = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-PUG6MAglYJXJzQMWM7KfLFbHG3bva7FyaP+HdCsRnZQ=";
|
hash = "sha256-vvPcQBRk1iIPNk5qI7N0Nv9JWndVfFH6oGxyr9ZIt0g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
xmlto
|
xmlto
|
||||||
zip
|
zip
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
zlib
|
zlib
|
||||||
];
|
];
|
||||||
@ -50,7 +51,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/gdraheim/zziplib";
|
homepage = "https://github.com/gdraheim/zziplib";
|
||||||
changelog = "https://github.com/gdraheim/zziplib/blob/${version}/ChangeLog";
|
changelog = "https://github.com/gdraheim/zziplib/blob/v${version}/ChangeLog";
|
||||||
description = "Library to extract data from files archived in a zip file";
|
description = "Library to extract data from files archived in a zip file";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
The zziplib library is intentionally lightweight, it offers the ability to
|
The zziplib library is intentionally lightweight, it offers the ability to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user