Merge pull request #132254 from AndersonTorres/new-zchunk

zchunk: 1.1.11 -> 1.1.16
This commit is contained in:
Anderson Torres 2021-07-31 21:27:02 -03:00 committed by GitHub
commit 139e263407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,15 +11,13 @@
stdenv.mkDerivation rec {
pname = "zchunk";
version = "1.1.11";
outputs = [ "out" "lib" "dev" ];
version = "1.1.16";
src = fetchFromGitHub {
owner = "zchunk";
repo = pname;
rev = version;
hash = "sha256-r+qWJOUnTyPJjM9eW44Q2DMKxx4HloyfNrQ6xWDO9vQ=";
hash = "sha256-+8FkivLTZXdu0+1wu+7T98y6rQzIHbG9l15Abrbln1o=";
};
nativeBuildInputs = [
@ -33,6 +31,13 @@ stdenv.mkDerivation rec {
zstd
] ++ lib.optional stdenv.isDarwin argp-standalone;
outputs = [
"out"
"lib"
"dev"
];
meta = with lib; {
homepage = "https://github.com/zchunk/zchunk";
description = "File format designed for highly efficient deltas while maintaining good compression";