strongswan: 5.5.1 -> 5.5.2

This commit is contained in:
Bas van Dijk 2017-04-06 14:49:52 +02:00 committed by Franz Pletz
parent b8e71f2969
commit bd948391e6

View File

@ -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;