Unverified Commit b95879a5 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #297592 from r-ryantm/auto-update/openvpn

openvpn: 2.6.9 -> 2.6.10
parents e3a008e4 7c6425a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,11 +21,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "openvpn";
  version = "2.6.9";
  version = "2.6.10";

  src = fetchurl {
    url = "https://swupdate.openvpn.net/community/releases/openvpn-${finalAttrs.version}.tar.gz";
    hash = "sha256-4I0UfhW0UI380dZhih8h8UlfmBeo2twe3fBTL6EW1+M=";
    hash = "sha256-GZO7t7nttDBibqokVz+IH9PfZC9Cf8uCSxrtH8obzJs=";
  };

  nativeBuildInputs = [ pkg-config ];