mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
update zpaq
This commit is contained in:
parent
ab5dd299ee
commit
eeac4fdf0e
@ -1,12 +1,12 @@
|
||||
{stdenv, fetchurl, zlib, lzo, bzip2, nasm, perl}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.616";
|
||||
version = "0.620";
|
||||
name = "lrzip-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ck.kolivas.org/apps/lrzip/${name}.tar.bz2";
|
||||
sha256 = "1bimlbsfzjvippbma08ifm1grcy9i7avryrkdvnvrfyqnj6mlbcq";
|
||||
sha256 = "11ilyjrpdg0k29yidbxvz9aq54zvcxd4c308fjy578jgmlw8f2sd";
|
||||
};
|
||||
|
||||
buildInputs = [ zlib lzo bzip2 nasm perl ];
|
||||
|
Loading…
Reference in New Issue
Block a user