strongswan: 6.0.2 -> 6.0.3 (#456279)
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user