mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 19:07:51 +00:00
openvpn3: 18_beta -> 19_beta
Diff: https://github.com/OpenVPN/openvpn3-linux/compare/v18_beta...v19_beta Changelog: https://github.com/OpenVPN/openvpn3-linux/releases/tag/v19_beta
This commit is contained in:
parent
3a2f536e74
commit
375f5b6f80
@ -23,20 +23,20 @@ let
|
||||
openvpn3-core = fetchFromGitHub {
|
||||
owner = "OpenVPN";
|
||||
repo = "openvpn3";
|
||||
rev = "c4fa5a69c5d2e4ba4a86e79da8de0fc95f95edc3";
|
||||
sha256 = "sha256-VhQkx35JKNqXKgg4i+/aJYIg3iXPGlC57wDrjDpvTyE=";
|
||||
rev = "7590cb109349809b948e8edaeecabdbfe24e4b17";
|
||||
hash = "sha256-S9D/FQa7HYj0FJnyb5dCrtgTH9Nf2nvtyp/VHiebq7I=";
|
||||
};
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "openvpn3";
|
||||
# also update openvpn3-core
|
||||
version = "18_beta";
|
||||
version = "19_beta";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "OpenVPN";
|
||||
repo = "openvpn3-linux";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-4TKRnHjEm6QRE2artAa0t1VC+0XPgz3VpCfQS8tnrFQ=";
|
||||
hash = "sha256-5dhxJBJMtNvxLZdcvJSOIDdLVBu3i9ak4A+hz5YsIds=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user