Unverified Commit 7f2539ca authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

strongswan: 6.0.2 -> 6.0.3 (#456279)

parents daf09a66 981c7d9c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 = [