zchunk: 1.1.11 -> 1.1.16

This commit is contained in:
AndersonTorres 2021-07-31 19:26:30 -03:00
parent 35859a355b
commit ce2d6c8e97

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";