Skip to content

Commit

Permalink
Merge pull request #26324 from LumiGuide/strongswan-5.5.3
Browse files Browse the repository at this point in the history
strongswan: 5.5.2 -> 5.5.3
  • Loading branch information
grahamc committed Jun 2, 2017
2 parents a087081 + e367d69 commit 5b1de5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/strongswan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
name = "strongswan-${version}";
version = "5.5.2";
version = "5.5.3";

src = fetchurl {
url = "http://download.strongswan.org/${name}.tar.bz2";
sha256 = "0slzrr5amn1rs9lrjca0fv5n1ya5jwlspfiqg9xzq1bghg56z5ys";
sha256 = "1m7qq0l5pwj1wy0f7h2b7msb1d98rx78z6xg27g0hiqpk6qm9sn5";
};

dontPatchELF = true;
Expand Down

0 comments on commit 5b1de5b

Please sign in to comment.