Add amass and gitfast

This commit is contained in:
Dave Gallant
2021-09-10 23:08:36 -04:00
parent dfbeed05f6
commit 294c6a4571
5 changed files with 13 additions and 9 deletions

View File

@@ -3,15 +3,15 @@
buildGoModule rec {
pname = "vpngate";
version = "v0.1.0";
version = "v0.1.1";
vendorSha256 = "sha256-HOGPzCMh7nVKfpzKkAyaSDeRyowj9VuizCA7CLFWp78=";
vendorSha256 = "sha256-EAtZA7epMWEcDMP3F/9Fh06GUze70cidmaE4b/e3Sic=";
src = fetchFromGitHub {
owner = "davegallant";
repo = "vpngate";
rev = version;
sha256 = "sha256-kToXqICQHWgXVLc3fN2bAxHAQWS3Dq3jdpi3CBXkP90=";
sha256 = "sha256-+/yICgCbaofLWk7YIzVKjt0rOVycsecLeoppKOEiUoY=";
};
meta = with lib; {