libreswan: 5.0 -> 5.1 (#348509)

This commit is contained in:
Michele Guerini Rocco 2024-10-24 10:18:17 +02:00 committed by GitHub
commit 8d20628da6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,11 +45,11 @@ in
stdenv.mkDerivation rec {
pname = "libreswan";
version = "5.0";
version = "5.1";
src = fetchurl {
url = "https://download.libreswan.org/${pname}-${version}.tar.gz";
hash = "sha256-ELwK3JC56YGjDf77p9r/IAhB7LmRD51nHxN//BQUKGo=";
hash = "sha256-HO6dQSyJeZ64v3EUUA1cFOAUPpVGBWFj7r45YOf0Y3w=";
};
strictDeps = true;