strongswan: 5.6.0 -> 5.6.1

Release notes: https://wiki.strongswan.org/versions/67
This commit is contained in:
Bas van Dijk 2017-11-27 17:36:09 +01:00
parent 6158563b45
commit 702c5eaaa3

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
name = "strongswan-${version}";
version = "5.6.0";
version = "5.6.1";
src = fetchurl {
url = "http://download.strongswan.org/${name}.tar.bz2";
sha256 = "04vvha2zgsg1cq05cnn6sf7a4hq9ndnsfxpw1drm5v9l4vcw0kd1";
sha256 = "0lxbyiary8iapx3ysw40czrmxf983fhfzs5mvz2hk1j1mpc85hp0";
};
dontPatchELF = true;