mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
zziplib: 0.13.58 -> 0.13.66
This commit is contained in:
parent
f3646678b9
commit
727ec59343
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
|||
{ fetchurl, stdenv, perl, python2, zip, xmlto, zlib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "zziplib-0.13.58";
|
||||
name = "zziplib-${version}";
|
||||
version = "0.13.66";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/zziplib/${name}.tar.bz2";
|
||||
sha256 = "13j9f6i8rx0qd5m96iwrcha78h34qpfk5qzi7cv098pms6gq022m";
|
||||
url = "mirror://sourceforge/zziplib/zziplib13/${version}/${name}.tar.gz";
|
||||
sha256 = "0zdx0s19slzv79xplnr6jx0xjb01dd71jzpscf6vlj6k9ry8rcar";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
|
|
Loading…
Reference in a new issue