Merge pull request from rnhmjoj/pr-libreswan

libreswan: 4.11 -> 4.12
This commit is contained in:
Michele Guerini Rocco 2023-08-18 16:18:45 +02:00 committed by GitHub
commit fe1d2a44ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,11 +45,11 @@ in
stdenv.mkDerivation rec {
pname = "libreswan";
version = "4.11";
version = "4.12";
src = fetchurl {
url = "https://download.libreswan.org/${pname}-${version}.tar.gz";
sha256 = "sha256-QpqRf+SlUmDxUs+zGIpYflsS6UoU4kCsElMZ/xS4yD0=";
hash = "sha256-roWr5BX3vs9LaiuYl+FxLyflqsnDXfvd28zgrX39mfc=";
};
strictDeps = true;