Bump vpngate to v0.1.5

This commit is contained in:
Dave Gallant
2023-04-02 00:56:07 -04:00
parent e6f8f93774
commit 80b168ccb7

View File

@@ -5,15 +5,15 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "vpngate"; pname = "vpngate";
version = "v0.1.4"; version = "v0.1.5";
vendorSha256 = "sha256-nZ5Ega+P3xPE4p8ehyVC4KBYWF1qUK+y7Slw2cYdq5U="; vendorSha256 = "sha256-TQLHvoVAMvDtm/9EQUaNVVjQajyMBnJu8NF6Kt0+RJ8=";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "davegallant"; owner = "davegallant";
repo = "vpngate"; repo = "vpngate";
rev = version; rev = version;
sha256 = "sha256-cLoM/DFLSK22KJvCogSHwLVqLXMMF/tT0BF9a1E0cUY="; sha256 = "sha256-+KZ6/h8JLEisnIja4lstJYVHzEC/8PdHL3czK/mJCAs=";
}; };
doCheck = false; doCheck = false;