Skip to content

Commit

Permalink
gsoap: 2.8.37 -> 2.8.42
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Feb 16, 2017
1 parent 71e8ef6 commit 4277978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gsoap/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "gsoap-${version}";
version = "2.8.37";
version = "2.8.42";

src = fetchurl {
url = "mirror://sourceforge/project/gsoap2/gsoap-2.8/gsoap_${version}.zip";
sha256 = "1nvf5hgwff1agqdzbn3qc5569jzm14qkwqws0673z6hv2l3lijx3";
sha256 = "0fav4lhdibwggkf495pggmqna632jxkh6q2mi32b9hsn883pg5m7";
};

buildInputs = [ unzip m4 bison flex openssl zlib ];
Expand Down

0 comments on commit 4277978

Please sign in to comment.