mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
zip: Bump to 3.0
svn path=/nixpkgs/trunk/; revision=28049
This commit is contained in:
parent
92e792f17b
commit
3a74fd3f3b
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "zip-2.32";
|
||||
name = "zip-3.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.info-zip.org/pub/infozip/src/zip232.tgz;
|
||||
md5 = "8a4da4460386e324debe97f3b7fe4d96";
|
||||
url = ftp://ftp.info-zip.org/pub/infozip/src/zip30.tgz;
|
||||
sha256 = "0sb3h3067pzf3a7mlxn1hikpcjrsvycjcnj9hl9b1c3ykcgvps7h";
|
||||
};
|
||||
|
||||
buildFlags="-f unix/Makefile generic";
|
||||
|
|
Loading…
Reference in a new issue