libreswan: 4.11 -> 4.12

This commit is contained in:
rnhmjoj 2023-08-18 10:25:10 +02:00
parent 28482dfd42
commit 937db53f2a
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

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;