3
0
Fork 0
forked from mirrors/nixpkgs

unrar: 5.1.7 -> 5.2.7

This commit is contained in:
William A. Kennington III 2015-03-27 12:56:43 -07:00
parent 3a2df159e6
commit 8fbc082d1f

View file

@ -1,14 +1,14 @@
{stdenv, fetchurl}:
let
version = "5.1.7";
version = "5.2.7";
in
stdenv.mkDerivation {
name = "unrar-${version}";
src = fetchurl {
url = "http://www.rarlab.com/rar/unrarsrc-${version}.tar.gz";
sha256 = "13ida8vcamiagl40d9yfjma9k6givxczhx278f1p7bv9wgb8gfmc";
sha256 = "1b1ggrqn020pvvh2ia98alqxpl1q3x65cb6zzqwv91rpjiz7a57g";
};
preBuild = ''
@ -26,7 +26,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Utility for RAR archives";
homepage = http://www.rarlab.com/;
license = licenses.unfreeRedistributable;
license = licenses.gpl2;
maintainers = [ maintainers.emery ];
platforms = platforms.all;
};