about summary refs log tree commit diff
path: root/pkgs/development/tools/wire
diff options
context:
space:
mode:
authorFabián Heredia Montiel <fabianhjr@protonmail.com>2023-09-12 22:44:46 -0600
committerFabián Heredia Montiel <fabianhjr@protonmail.com>2023-09-13 01:03:44 -0600
commitff323ed355ff62795c79c3fed04c4ee06c641898 (patch)
tree414b1be06b14495bf24cf8dba456983d9ed66213 /pkgs/development/tools/wire
parentacc0ac92ee3a350d16d41450cf63f3e6106e1938 (diff)
treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
Diffstat (limited to 'pkgs/development/tools/wire')
-rw-r--r--pkgs/development/tools/wire/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/wire/default.nix b/pkgs/development/tools/wire/default.nix
index a51252f566962..50e57d07d4138 100644
--- a/pkgs/development/tools/wire/default.nix
+++ b/pkgs/development/tools/wire/default.nix
@@ -11,7 +11,7 @@ buildGoModule rec {
     sha256 = "sha256-9xjymiyPFMKbysgZULmcBEMI26naUrLMgTA+d7Q+DA0=";
   };
 
-  vendorSha256 = "sha256-ZFUX4LgPte6oAf94D82Man/P9VMpx+CDNCTMBwiy9Fc=";
+  vendorHash = "sha256-ZFUX4LgPte6oAf94D82Man/P9VMpx+CDNCTMBwiy9Fc=";
 
   subPackages = [ "cmd/wire" ];