ghostunnel: 1.8.3 -> 1.8.4

This commit is contained in:
R. Ryantm
2025-01-21 12:57:54 +00:00
parent 1371a55a79
commit 76bbdf2813
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "ghostunnel";
version = "1.8.3";
version = "1.8.4";
src = fetchFromGitHub {
owner = "ghostunnel";
repo = "ghostunnel";
rev = "v${version}";
hash = "sha256-WO7dyz+S8dBSFfNCTHHg1lGDlUGSBqa5pcR5GCiWsl8=";
hash = "sha256-NnRm1HEdfK6WI5ntilLSwdR2B5czG5CIcMFzl2TzEds=";
};
vendorHash = null;