summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2022-06-11 16:00:13 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-06-12 15:51:16 +0000
commit611dae92039cdf40014fc7c3ccbd317dc9ada032 (patch)
treeefe3c7f79a943b038ff55a405572ae9e902d053e
parentMerge #177395: metrics job: schedule on a dedicated machine (diff)
downloadnixpkgs-origin/backport-177293-to-release-22.05.tar.gz
(cherry picked from commit 514bd27e9210b732ca191695445eb43083e18fe2)
-rw-r--r--pkgs/tools/networking/libreswan/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tools/networking/libreswan/default.nix b/pkgs/tools/networking/libreswan/default.nix
index 4df0471bbd8d..7c500d509258 100644
--- a/pkgs/tools/networking/libreswan/default.nix
+++ b/pkgs/tools/networking/libreswan/default.nix
@@ -43,11 +43,11 @@ in
stdenv.mkDerivation rec {
pname = "libreswan";
- version = "4.6";
+ version = "4.7";
src = fetchurl {
url = "https://download.libreswan.org/${pname}-${version}.tar.gz";
- sha256 = "1zsnsfx18pf5dy1p4jva2sfl0bdfx5y9ls54f9bp70m64r46yf96";
+ sha256 = "0i7wyfgkaq6kcfhh1yshb1v7q42n3zvdkhq10f3ks1h075xk7mnx";
};
strictDeps = true;
@@ -112,6 +112,7 @@ stdenv.mkDerivation rec {
"INITSYSTEM=systemd"
"UNITDIR=$(out)/etc/systemd/system/"
"TMPFILESDIR=$(out)/lib/tmpfiles.d/"
+ "LINUX_VARIANT=nixos"
];
# Hack to make install work