about summary refs log tree commit diff
path: root/pkgs/tools/misc/lnch
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/misc/lnch
parenta36cc31cd66caa348988b35af62d2fd73ceba54b (diff)
treewide: vendorSha256 -> vendorHash (#256514)
Diffstat (limited to 'pkgs/tools/misc/lnch')
-rw-r--r--pkgs/tools/misc/lnch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/lnch/default.nix b/pkgs/tools/misc/lnch/default.nix
index 211df2186f784..70d52d2ea8bd5 100644
--- a/pkgs/tools/misc/lnch/default.nix
+++ b/pkgs/tools/misc/lnch/default.nix
@@ -11,7 +11,7 @@ buildGoModule rec {
     sha256 = "sha256-Iro/FjPFMqulcK90MbludnOXkMEHW0QSCoQRL01/LDE";
   };
 
-  vendorSha256 = null;
+  vendorHash = null;
 
   ldflags = [ "-s" "-w" ];