Update vpngate

This commit is contained in:
Dave Gallant
2023-02-05 09:24:02 -05:00
parent 1ea27747a8
commit aa7728eb67
2 changed files with 3 additions and 3 deletions

View File

@@ -7,13 +7,13 @@ buildGoModule rec {
pname = "vpngate"; pname = "vpngate";
version = "v0.1.3"; version = "v0.1.3";
vendorSha256 = "sha256-VR5Z8tIeCWfJzkNAB8/opRDYGxX+frX+x5oxvcSBfeY="; vendorSha256 = "sha256-UTASkJXaqAqqZP77hSqdPfbY21PhLvR0A779YJ7tku8=";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "davegallant"; owner = "davegallant";
repo = "vpngate"; repo = "vpngate";
rev = version; rev = version;
sha256 = "sha256-6hjlCfkHA5rPBoQ9npeVZmwsMjIi93RmxVS/uo8bWMo="; sha256 = "sha256-74ZqxGKuXaTwv/UtRLRqjwxk9vo0V+nvNs/3L6MjlzQ=";
}; };
meta = with lib; { meta = with lib; {

View File

@@ -96,7 +96,7 @@ in {
openssl openssl
openvpn openvpn
sshfs # mac requires https://osxfuse.github.io/ sshfs # mac requires https://osxfuse.github.io/
# vpngate # tests broken vpngate
whois whois
# rice # rice