3
0
Fork 0
forked from mirrors/nixpkgs

gsoap: 2.8.16 -> 2.8.37

This commit is contained in:
Tim Steinbach 2016-11-04 11:10:21 -04:00
parent 6dd1796b0e
commit fd60b63928
No known key found for this signature in database
GPG key ID: 83FF2ACAEB6C2D24

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "gsoap-${version}";
version = "2.8.16";
version = "2.8.37";
src = fetchurl {
url = "mirror://sourceforge/project/gsoap2/gSOAP/gsoap_${version}.zip";
sha256 = "00lhhysa9f9ychkvn1ij0ngr54l1dl9ww801yrliwq5c05gql7a6";
url = "mirror://sourceforge/project/gsoap2/gsoap-2.8/gsoap_${version}.zip";
sha256 = "1nvf5hgwff1agqdzbn3qc5569jzm14qkwqws0673z6hv2l3lijx3";
};
buildInputs = [ unzip m4 bison flex openssl zlib ];