libreswan: 4.9 -> 4.10
This commit is contained in:
parent
0749042bfa
commit
8f84ab48c4
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue