mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Update vpngate
This commit is contained in:
@@ -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; {
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user