* Rename new unzip.
svn path=/nixpkgs/trunk/; revision=2515
This commit is contained in:
10
pkgs/tools/archivers/unzip/default.nix
Normal file
10
pkgs/tools/archivers/unzip/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "unzip-5.52";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz;
|
||||
md5 = "9d23919999d6eac9217d1f41472034a9";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user