libreswan: 5.0 -> 5.1

This commit is contained in:
R. Ryantm 2024-10-14 11:02:17 +00:00
parent 7e823e977e
commit 280d1ac6f9

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;