about summary refs log tree commit diff
path: root/pkgs/shells/fish
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/shells/fish
parentacc0ac92ee3a350d16d41450cf63f3e6106e1938 (diff)
treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
Diffstat (limited to 'pkgs/shells/fish')
-rw-r--r--pkgs/shells/fish/babelfish.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/fish/babelfish.nix b/pkgs/shells/fish/babelfish.nix
index 9486377862213..9af0c2ce91381 100644
--- a/pkgs/shells/fish/babelfish.nix
+++ b/pkgs/shells/fish/babelfish.nix
@@ -10,7 +10,7 @@ buildGoModule rec {
     sha256 = "sha256-/rWX77n9wqWxkHG7gVOinCJ6ahuEfbAcGijC1oAxrno=";
   };
 
-  vendorSha256 = "sha256-HY9ejLfT6gj3vUMSzbNZ4QlpB+liigTtNDBNWCy8X38=";
+  vendorHash = "sha256-HY9ejLfT6gj3vUMSzbNZ4QlpB+liigTtNDBNWCy8X38=";
 
   meta = with lib; {
     description = "Translate bash scripts to fish";