gsoap: 2.8.16 -> 2.8.37
This commit is contained in:
parent
6dd1796b0e
commit
fd60b63928
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gsoap-${version}";
|
name = "gsoap-${version}";
|
||||||
version = "2.8.16";
|
version = "2.8.37";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/project/gsoap2/gSOAP/gsoap_${version}.zip";
|
url = "mirror://sourceforge/project/gsoap2/gsoap-2.8/gsoap_${version}.zip";
|
||||||
sha256 = "00lhhysa9f9ychkvn1ij0ngr54l1dl9ww801yrliwq5c05gql7a6";
|
sha256 = "1nvf5hgwff1agqdzbn3qc5569jzm14qkwqws0673z6hv2l3lijx3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip m4 bison flex openssl zlib ];
|
buildInputs = [ unzip m4 bison flex openssl zlib ];
|
||||||
|
Loading…
Reference in New Issue
Block a user