3
0
Fork 0
forked from mirrors/nixpkgs

strongswan: 5.3.2 -> 5.4.0

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-23 14:55:05 +02:00
parent dc6172b0f0
commit 81af789e7b
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -4,11 +4,12 @@
, enableTNC ? false }:
stdenv.mkDerivation rec {
name = "strongswan-5.3.2";
name = "strongswan-${version}";
version = "5.4.0";
src = fetchurl {
url = "http://download.strongswan.org/${name}.tar.bz2";
sha256 = "09gjrd5f8iykh926y35blxlm2hlzpw15m847d8vc9ga29s6brad4";
sha256 = "12dy7dfwblihrc2zs0fdvyimvgi2g5mvgh0ksjkxi73axam8ya7q";
};
dontPatchELF = true;