ghostunnel: 1.8.0 -> 1.8.1

This commit is contained in:
R. Ryantm 2024-07-07 12:20:32 +00:00
parent 8f3b38daf2
commit a7b3104c68

View File

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