Skip to content

Commit

Permalink
strongswan: 5.5.1 -> 5.5.2
Browse files Browse the repository at this point in the history
(cherry picked from commit bd94839)
  • Loading branch information
basvandijk authored and fpletz committed Apr 6, 2017
1 parent c87abfa commit fd8a238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/strongswan/default.nix
Expand Up @@ -5,11 +5,11 @@

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

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

dontPatchELF = true;
Expand Down

0 comments on commit fd8a238

Please sign in to comment.