ghostunnel: 1.8.2 -> 1.8.3 (#370224)

This commit is contained in:
Robert Hensing
2025-01-03 01:33:26 +01:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "ghostunnel";
version = "1.8.2";
version = "1.8.3";
src = fetchFromGitHub {
owner = "ghostunnel";
repo = "ghostunnel";
rev = "v${version}";
hash = "sha256-OWjYa8LOWClAWhZERJ24e6tIaOJZUuOzaYXN04rvv8s=";
hash = "sha256-WO7dyz+S8dBSFfNCTHHg1lGDlUGSBqa5pcR5GCiWsl8=";
};
vendorHash = null;