Merge pull request #219336 from r-ryantm/auto-update/libreswan

libreswan: 4.9 -> 4.10
This commit is contained in:
Robert Scott 2023-03-04 18:55:07 +00:00 committed by GitHub
commit a34a63ec08
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.9";
version = "4.10";
src = fetchurl {
url = "https://download.libreswan.org/${pname}-${version}.tar.gz";
sha256 = "sha256-9kLctjXpCVZMqP2Z6kSrQ/YHI7TXbBWO2BKXjEWzmLk=";
sha256 = "sha256-WpQAwlqO26B0IEJvtV3Lqv2qNwLlsPLBkgWmxWckins=";
};
strictDeps = true;