libreswan: 5.2 -> 5.3

This commit is contained in:
rnhmjoj 2025-07-09 21:47:12 +02:00
parent 61b542e52d
commit 48158ba5e2
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -51,11 +51,11 @@ in
stdenv.mkDerivation rec {
pname = "libreswan";
version = "5.2";
version = "5.3";
src = fetchurl {
url = "https://download.libreswan.org/${pname}-${version}.tar.gz";
hash = "sha256-w4K72DjCOfjUxOnMMg86vzT3sI5x2eeO0CmpbZY5QM4=";
hash = "sha256-wdNQw/Mpb9IbnbB5TiPT8xmykviAv4F4uC71xjkcYMA=";
};
strictDeps = true;