This commit is contained in:
Dave Gallant
2023-02-04 20:03:13 -05:00
parent 7cb6e9c72d
commit 1ea27747a8
5 changed files with 11 additions and 21 deletions

View File

@@ -5,15 +5,15 @@
}:
buildGoModule rec {
pname = "vpngate";
version = "v0.1.1";
version = "v0.1.3";
vendorSha256 = "sha256-EAtZA7epMWEcDMP3F/9Fh06GUze70cidmaE4b/e3Sic=";
vendorSha256 = "sha256-VR5Z8tIeCWfJzkNAB8/opRDYGxX+frX+x5oxvcSBfeY=";
src = fetchFromGitHub {
owner = "davegallant";
repo = "vpngate";
rev = version;
sha256 = "sha256-+/yICgCbaofLWk7YIzVKjt0rOVycsecLeoppKOEiUoY=";
sha256 = "sha256-6hjlCfkHA5rPBoQ9npeVZmwsMjIi93RmxVS/uo8bWMo=";
};
meta = with lib; {