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

ghostunnel: 1.7.3 -> 1.8.0
This commit is contained in:
Robert Hensing
2024-06-20 20:01:49 +02:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "ghostunnel";
version = "1.7.3";
version = "1.8.0";
src = fetchFromGitHub {
owner = "ghostunnel";
repo = "ghostunnel";
rev = "v${version}";
hash = "sha256-6yGAXJOyXNj0xf+1vKxVcU6w3VMpSLh+6PC+yKzFbrs=";
hash = "sha256-TYicljKrKBWRKThJlMpMgmMBwesuGw4mC59Dm62PpKI=";
};
vendorHash = null;