update lrzip

This commit is contained in:
Michael Raskin 2015-03-21 21:23:45 +03:00
parent 3c19c7d236
commit e68b486f6e

View file

@ -1,12 +1,12 @@
{stdenv, fetchurl, zlib, lzo, bzip2, nasm, perl}:
stdenv.mkDerivation rec {
version = "0.620";
version = "0.621";
name = "lrzip-${version}";
src = fetchurl {
url = "http://ck.kolivas.org/apps/lrzip/${name}.tar.bz2";
sha256 = "11ilyjrpdg0k29yidbxvz9aq54zvcxd4c308fjy578jgmlw8f2sd";
sha256 = "0szb1habydj9fwwrhgpjfws6v7hdphnqc5527i0vvc5rx2z6zhii";
};
buildInputs = [ zlib lzo bzip2 nasm perl ];