mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Update vpngate
This commit is contained in:
@@ -7,13 +7,13 @@ buildGoModule rec {
|
||||
pname = "vpngate";
|
||||
version = "v0.1.3";
|
||||
|
||||
vendorSha256 = "sha256-VR5Z8tIeCWfJzkNAB8/opRDYGxX+frX+x5oxvcSBfeY=";
|
||||
vendorSha256 = "sha256-UTASkJXaqAqqZP77hSqdPfbY21PhLvR0A779YJ7tku8=";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "davegallant";
|
||||
repo = "vpngate";
|
||||
rev = version;
|
||||
sha256 = "sha256-6hjlCfkHA5rPBoQ9npeVZmwsMjIi93RmxVS/uo8bWMo=";
|
||||
sha256 = "sha256-74ZqxGKuXaTwv/UtRLRqjwxk9vo0V+nvNs/3L6MjlzQ=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
@@ -96,7 +96,7 @@ in {
|
||||
openssl
|
||||
openvpn
|
||||
sshfs # mac requires https://osxfuse.github.io/
|
||||
# vpngate # tests broken
|
||||
vpngate
|
||||
whois
|
||||
|
||||
# rice
|
||||
|
Reference in New Issue
Block a user