libreswan: 3.29 -> 3.30
This commit is contained in:
parent
16ef1be710
commit
f4b1d118a4
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
optional = stdenv.lib.optional;
|
optional = stdenv.lib.optional;
|
||||||
version = "3.29";
|
version = "3.30";
|
||||||
name = "libreswan-${version}";
|
name = "libreswan-${version}";
|
||||||
binPath = stdenv.lib.makeBinPath [
|
binPath = stdenv.lib.makeBinPath [
|
||||||
bash iproute iptables procps coreutils gnused gawk nss.tools which python
|
bash iproute iptables procps coreutils gnused gawk nss.tools which python
|
||||||
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.libreswan.org/${name}.tar.gz";
|
url = "https://download.libreswan.org/${name}.tar.gz";
|
||||||
sha256 = "0gmbb1m5in5dvnbk1n31r8myrdankzvi6yk9gcqbcwijyih423nn";
|
sha256 = "1bww4w5r6hx0xf9xdxvkfmcv7zyas58ls1mklk6k197kv2i0p24w";
|
||||||
};
|
};
|
||||||
|
|
||||||
# These flags were added to compile v3.18. Try to lift them when updating.
|
# These flags were added to compile v3.18. Try to lift them when updating.
|
||||||
|
Loading…
Reference in New Issue
Block a user