about summary refs log tree commit diff
path: root/pkgs/applications/virtualization/ops
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/applications/virtualization/ops
parentacc0ac92ee3a350d16d41450cf63f3e6106e1938 (diff)
treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
Diffstat (limited to 'pkgs/applications/virtualization/ops')
-rw-r--r--pkgs/applications/virtualization/ops/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/virtualization/ops/default.nix b/pkgs/applications/virtualization/ops/default.nix
index 484eeeb41c118..56829737ead90 100644
--- a/pkgs/applications/virtualization/ops/default.nix
+++ b/pkgs/applications/virtualization/ops/default.nix
@@ -15,7 +15,7 @@ buildGoModule rec {
 
   proxyVendor = true; # Doesn't build otherwise
 
-  vendorSha256 = "sha256-65VvUy4vGTfZgsXGJVSc/yU5R5MhSKJyMMsvPOCThks=";
+  vendorHash = "sha256-65VvUy4vGTfZgsXGJVSc/yU5R5MhSKJyMMsvPOCThks=";
 
   # Some tests fail
   doCheck = false;