Use vendorHash instead of vendorSha256 and remove yar

This commit is contained in:
Dave Gallant
2024-01-14 15:08:00 -05:00
parent 7b2faa9c59
commit 552bf04375
4 changed files with 10 additions and 36 deletions

View File

@@ -7,7 +7,7 @@ buildGoModule rec {
pname = "vpngate";
version = "v0.1.5";
vendorSha256 = "sha256-TQLHvoVAMvDtm/9EQUaNVVjQajyMBnJu8NF6Kt0+RJ8=";
vendorHash = "sha256-TQLHvoVAMvDtm/9EQUaNVVjQajyMBnJu8NF6Kt0+RJ8=";
src = fetchFromGitHub {
owner = "davegallant";