about summary refs log tree commit diff
path: root/pkgs/tools/networking/ghostunnel
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-09-22 01:11:11 +0800
committerGitHub <noreply@github.com>2023-09-21 19:11:11 +0200
commitd38485921a4f8187dd5ec145337db1ac4e3d7d06 (patch)
tree4a05dcfd7a3d5674b53ab759ac6bb71d0290b3fd /pkgs/tools/networking/ghostunnel
parenta36cc31cd66caa348988b35af62d2fd73ceba54b (diff)
treewide: vendorSha256 -> vendorHash (#256514)
Diffstat (limited to 'pkgs/tools/networking/ghostunnel')
-rw-r--r--pkgs/tools/networking/ghostunnel/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/ghostunnel/default.nix b/pkgs/tools/networking/ghostunnel/default.nix
index 3ca9ec74c2672..88afb472b77be 100644
--- a/pkgs/tools/networking/ghostunnel/default.nix
+++ b/pkgs/tools/networking/ghostunnel/default.nix
@@ -16,7 +16,7 @@ buildGoModule rec {
     hash = "sha256-yG9PfpYqW95X7EfbAhKEDmqBue7SjFULXUO73V4s3t4=";
   };
 
-  vendorSha256 = null;
+  vendorHash = null;
 
   deleteVendor = true;