strongswan: 6.0.2 -> 6.0.3 (#456279)

This commit is contained in:
Thomas Gerbet
2025-10-28 18:43:16 +00:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
@@ -1353,6 +1353,7 @@ in
netmask = mkCommaSepListParam [ ] "Address or CIDR subnets";
server = mkCommaSepListParam [ ] "Address or CIDR subnets";
subnet = mkCommaSepListParam [ ] "Address or CIDR subnets";
p_cscf = mkCommaSepListParam [ ] "Address or CIDR subnets";
split_include = mkCommaSepListParam [ ] "Address or CIDR subnets";
split_exclude = mkCommaSepListParam [ ] "Address or CIDR subnets";
}
+2 -2
View File
@@ -122,13 +122,13 @@ let
in
stdenv.mkDerivation rec {
pname = "strongswan";
version = "6.0.2"; # Make sure to also update <nixpkgs/nixos/modules/services/networking/strongswan-swanctl/swanctl-params.nix> when upgrading!
version = "6.0.3"; # Make sure to also update <nixpkgs/nixos/modules/services/networking/strongswan-swanctl/swanctl-params.nix> when upgrading!
src = fetchFromGitHub {
owner = "strongswan";
repo = "strongswan";
tag = version;
hash = "sha256-wjz41gt+Xu4XJkEXRRVl3b3ryEoEtijeqmfVFoRjnA4=";
hash = "sha256-uH6RExDOmrm1LBi0zBrCn+qp2oL522mdshe62UDV8I0=";
};
patches = [