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

ghostunnel: 1.6.1 -> 1.7.0
This commit is contained in:
Robert Hensing
2022-11-05 17:19:00 +01:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "ghostunnel";
version = "1.6.1";
version = "1.7.0";
src = fetchFromGitHub {
owner = "ghostunnel";
repo = "ghostunnel";
rev = "v${version}";
sha256 = "sha256-VameENcHZ6AttV0D8ekPGGFoMHTiTXAY2FxK/Nxwjmk=";
sha256 = "sha256-vODSjTpo2oTY42fONhUU8Xn119cTYUGQ6RJaLnS9q3k=";
};
vendorSha256 = null;