ghostunnel: 1.8.1 -> 1.8.2

This commit is contained in:
R. Ryantm 2024-11-17 16:54:43 +00:00
parent 5d76b5e486
commit d796a88ab1

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "ghostunnel";
version = "1.8.1";
version = "1.8.2";
src = fetchFromGitHub {
owner = "ghostunnel";
repo = "ghostunnel";
rev = "v${version}";
hash = "sha256-35E8Qhy3U3ZJJL6EOJ2D98vvr0Vv5qMs9pLuQSMFoAs=";
hash = "sha256-OWjYa8LOWClAWhZERJ24e6tIaOJZUuOzaYXN04rvv8s=";
};
vendorHash = null;