strongswan: 5.6.0 -> 5.6.1
Release notes: https://wiki.strongswan.org/versions/67
This commit is contained in:
parent
6158563b45
commit
702c5eaaa3
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "strongswan-${version}";
|
name = "strongswan-${version}";
|
||||||
version = "5.6.0";
|
version = "5.6.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.strongswan.org/${name}.tar.bz2";
|
url = "http://download.strongswan.org/${name}.tar.bz2";
|
||||||
sha256 = "04vvha2zgsg1cq05cnn6sf7a4hq9ndnsfxpw1drm5v9l4vcw0kd1";
|
sha256 = "0lxbyiary8iapx3ysw40czrmxf983fhfzs5mvz2hk1j1mpc85hp0";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontPatchELF = true;
|
dontPatchELF = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user