3
0
Fork 0
forked from mirrors/nixpkgs

unarj: 2.63a -> 2.65

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-03 04:00:25 +02:00
parent 95aab50e81
commit 9c7f71cd61
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -1,11 +1,12 @@
{stdenv, fetchurl}:
stdenv.mkDerivation rec {
name = "unarj-2.63a";
name = "unarj-${version}";
version = "2.65";
src = fetchurl {
url = http://www.ibiblio.org/pub/Linux/utils/compress/unarj-2.63a.tar.gz;
sha256 = "0j4sn57fq2p23pcq4ck06pm618q4vq09wgm89ilfn4c9l9x2ky1k";
sha256 = "0r027z7a0azrd5k885xvwhrxicpd0ah57jzmaqlypxha2qjw7p6p";
url = "http://pkgs.fedoraproject.org/repo/pkgs/unarj/${name}.tar.gz/c6fe45db1741f97155c7def322aa74aa/${name}.tar.gz";
};
preInstall = ''