Skip to content

Commit

Permalink
lrzip: 0.621 -> 0.630
Browse files Browse the repository at this point in the history
  • Loading branch information
nckx committed Jun 11, 2016
1 parent 6b2cdf8 commit 1212d92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/compression/lrzip/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{stdenv, fetchurl, zlib, lzo, bzip2, nasm, perl}:

stdenv.mkDerivation rec {
version = "0.621";
version = "0.630";
name = "lrzip-${version}";

src = fetchurl {
url = "http://ck.kolivas.org/apps/lrzip/${name}.tar.bz2";
sha256 = "0szb1habydj9fwwrhgpjfws6v7hdphnqc5527i0vvc5rx2z6zhii";
sha256 = "01ykxliqw4cavx9f2gawxfa9wf52cjy1qx28cnkrh6i3lfzzcq94";
};

buildInputs = [ zlib lzo bzip2 nasm perl ];
Expand Down

0 comments on commit 1212d92

Please sign in to comment.