Skip to content

Commit

Permalink
gsoap: 2.8.49 -> 2.8.53
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornfor committed Sep 11, 2017
1 parent 0a7d124 commit 421949e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gsoap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ let

in stdenv.mkDerivation rec {
name = "gsoap-${version}";
version = "${majorVersion}.49";
version = "${majorVersion}.53";

src = fetchurl {
url = "mirror://sourceforge/project/gsoap2/gsoap-${majorVersion}/gsoap_${version}.zip";
sha256 = "0414q7zabkq3iiccl2yql3vbihbr7ach9d517b37zv3mp7nhj2aj";
sha256 = "0n35dh32gidi65c36cwjd91304pwiabfblvd64kg21djpjl06qcr";
};

buildInputs = [ openssl zlib ];
Expand Down

0 comments on commit 421949e

Please sign in to comment.