ghostunnel: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm 2022-06-25 23:19:16 +00:00
parent d3ec37479d
commit b860755656

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;