From 80b168ccb78f71d0f359865f2c52d56f278c2e5c Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 2 Apr 2023 00:56:07 -0400 Subject: [PATCH] Bump vpngate to v0.1.5 --- modules/overlays/vpngate/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/overlays/vpngate/default.nix b/modules/overlays/vpngate/default.nix index 7d49e94..36d37a8 100644 --- a/modules/overlays/vpngate/default.nix +++ b/modules/overlays/vpngate/default.nix @@ -5,15 +5,15 @@ }: buildGoModule rec { pname = "vpngate"; - version = "v0.1.4"; + version = "v0.1.5"; - vendorSha256 = "sha256-nZ5Ega+P3xPE4p8ehyVC4KBYWF1qUK+y7Slw2cYdq5U="; + vendorSha256 = "sha256-TQLHvoVAMvDtm/9EQUaNVVjQajyMBnJu8NF6Kt0+RJ8="; src = fetchFromGitHub { owner = "davegallant"; repo = "vpngate"; rev = version; - sha256 = "sha256-cLoM/DFLSK22KJvCogSHwLVqLXMMF/tT0BF9a1E0cUY="; + sha256 = "sha256-+KZ6/h8JLEisnIja4lstJYVHzEC/8PdHL3czK/mJCAs="; }; doCheck = false;