Merge pull request #179119 from r-ryantm/auto-update/ghostunnel

ghostunnel: 1.6.0 -> 1.6.1
This commit is contained in:
Robert Hensing 2022-06-26 12:26:21 +02:00 committed by GitHub
commit f2537a505d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "ghostunnel";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "ghostunnel";
repo = "ghostunnel";
rev = "v${version}";
sha256 = "sha256-EE8gCm/gOp3lmCx1q4PahulipLoBZnEatNAVUXzHIVw=";
sha256 = "sha256-VameENcHZ6AttV0D8ekPGGFoMHTiTXAY2FxK/Nxwjmk=";
};
vendorSha256 = "sha256-XgmvqB1PCfL2gSDqwqauSixk8vlINHRmX6U0h9EXXdU=";
vendorSha256 = null;
deleteVendor = true;