diff options
| author | rnhmjoj <rnhmjoj@inventati.org> | 2022-06-11 16:00:13 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-06-12 15:51:16 +0000 |
| commit | 611dae92039cdf40014fc7c3ccbd317dc9ada032 (patch) | |
| tree | efe3c7f79a943b038ff55a405572ae9e902d053e | |
| parent | Merge #177395: metrics job: schedule on a dedicated machine (diff) | |
| download | nixpkgs-origin/backport-177293-to-release-22.05.tar.gz | |
libreswan: 4.6 -> 4.7origin/backport-177293-to-release-22.05
(cherry picked from commit 514bd27e9210b732ca191695445eb43083e18fe2)
| -rw-r--r-- | pkgs/tools/networking/libreswan/default.nix | 5 |
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 |
