Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #41004 from flokli/18.03-zziplib-0.13.69

zziplib: 0.13.68 -> 0.13.69

authored by Andreas Rammhold and committed by GitHub 87e30d3e 5d70e5d2

+2 -4
+2 -4
pkgs/development/libraries/zziplib/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "zziplib-${version}"; 5 - version = "0.13.68"; 5 + version = "0.13.69"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/gdraheim/zziplib/archive/v${version}.tar.gz"; 9 - sha256 = "0chhl6m02562z6c4hjy568mh11pbq2qngw6g2x924ajr8sdr2q4l"; 9 + sha256 = "0i052a7shww0fzsxrdp3rd7g4mbzx7324a8ysbc0br7frpblcql4"; 10 10 }; 11 11 12 12 postPatch = '' 13 13 sed -i -e s,--export-dynamic,, configure 14 14 ''; 15 - 16 - # TODO: still an issue: https://github.com/gdraheim/zziplib/issues/27 17 15 18 16 buildInputs = [ docbook_xml_dtd_412 perl python2 zip xmlto zlib ]; 19 17