mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
gsoap: 2.8.37 -> 2.8.42
This commit is contained in:
parent
71e8ef6e76
commit
4277978fb2
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gsoap-${version}";
|
name = "gsoap-${version}";
|
||||||
version = "2.8.37";
|
version = "2.8.42";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/project/gsoap2/gsoap-2.8/gsoap_${version}.zip";
|
url = "mirror://sourceforge/project/gsoap2/gsoap-2.8/gsoap_${version}.zip";
|
||||||
sha256 = "1nvf5hgwff1agqdzbn3qc5569jzm14qkwqws0673z6hv2l3lijx3";
|
sha256 = "0fav4lhdibwggkf495pggmqna632jxkh6q2mi32b9hsn883pg5m7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip m4 bison flex openssl zlib ];
|
buildInputs = [ unzip m4 bison flex openssl zlib ];
|
||||||
|
Loading…
Reference in New Issue
Block a user