treewide: vendorSha256 → vendorHash

via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
This commit is contained in:
Fabián Heredia Montiel
2023-09-13 01:03:44 -06:00
parent acc0ac92ee
commit ff323ed355
399 changed files with 418 additions and 418 deletions
@@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-tgTG/QlDxX1Ns0WpcNjwr/tvsdtgap7RcxX/JuYcxw8=";
};
vendorSha256 = "sha256-ZeKokW6jMiKrXLfnxwEBF+wLuFQufnPUnA/EnuhvrwI=";
vendorHash = "sha256-ZeKokW6jMiKrXLfnxwEBF+wLuFQufnPUnA/EnuhvrwI=";
doCheck = false;