summary refs log tree commit diff
path: root/pkgs/tools/nix/nix-store-gcs-proxy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/nix/nix-store-gcs-proxy/default.nix')
-rw-r--r--pkgs/tools/nix/nix-store-gcs-proxy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/nix/nix-store-gcs-proxy/default.nix b/pkgs/tools/nix/nix-store-gcs-proxy/default.nix
index 9f2fe3fe715..166fe75766d 100644
--- a/pkgs/tools/nix/nix-store-gcs-proxy/default.nix
+++ b/pkgs/tools/nix/nix-store-gcs-proxy/default.nix
@@ -10,7 +10,7 @@ buildGoModule rec {
     sha256 = "0804p65px4wd7gzxggpdxsazkd1hbz1p15zzaxf9ygc6sh26ncln";
   };
 
-  vendorSha256 = "sha256-Bm3yFzm2LXOPYWQDk/UBusV0lPfc/BCKIb3pPlWgDFo=";
+  vendorHash = "sha256-Bm3yFzm2LXOPYWQDk/UBusV0lPfc/BCKIb3pPlWgDFo=";
 
   ldflags = [ "-s" "-w" ];