Skip to content

Commit

Permalink
Merge pull request #335914 from risicle/ris-openvpn-2.6.12-r24.05
Browse files Browse the repository at this point in the history
[24.05] openvpn: 2.6.10 -> 2.6.12
  • Loading branch information
LeSuisse committed Aug 20, 2024
2 parents d747b5b + 91ea41b commit de8bf3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/openvpn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "openvpn";
version = "2.6.10";
version = "2.6.12";

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

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit de8bf3d

Please sign in to comment.