zpaq: 7.07 -> 7.08
Changes: - Removes multi-part archive support, -nodelete, add -test, and -key prompt. - Updated to libzpaq v7.08 (smaller decoder buffer). - Updated Makefile to link libzpaq.o statically.
This commit is contained in:
parent
95afec55a2
commit
56ff116f2a
@ -3,11 +3,11 @@ let
|
||||
s = # Generated upstream information
|
||||
rec {
|
||||
baseName="zpaq";
|
||||
version="707";
|
||||
version="708";
|
||||
name="${baseName}-${version}";
|
||||
hash="0xbisphv318a33px47vriirdp2jhf99y6hx6gcbfhbhkaqpggjg3";
|
||||
url="http://mattmahoney.net/dc/zpaq707.zip";
|
||||
sha256="0xbisphv318a33px47vriirdp2jhf99y6hx6gcbfhbhkaqpggjg3";
|
||||
hash="15qvsr7mmb77n1gfyr2h1mkql6m8a313z2f1j9qv50qiivw2v4i6";
|
||||
url="http://mattmahoney.net/dc/zpaq708.zip";
|
||||
sha256="15qvsr7mmb77n1gfyr2h1mkql6m8a313z2f1j9qv50qiivw2v4i6";
|
||||
};
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
|
Loading…
Reference in New Issue
Block a user