summary refs log tree commit diff
path: root/pkgs/applications/networking/kubo-migrator/all-migrations.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/kubo-migrator/all-migrations.nix')
-rw-r--r--pkgs/applications/networking/kubo-migrator/all-migrations.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/kubo-migrator/all-migrations.nix b/pkgs/applications/networking/kubo-migrator/all-migrations.nix
index 39a9f141c7a..8cdeb3efb8e 100644
--- a/pkgs/applications/networking/kubo-migrator/all-migrations.nix
+++ b/pkgs/applications/networking/kubo-migrator/all-migrations.nix
@@ -14,7 +14,7 @@ let
     inherit pname version;
     inherit (kubo-migrator-unwrapped) src;
     sourceRoot = "${kubo-migrator-unwrapped.src.name}/${pname}";
-    vendorSha256 = null;
+    vendorHash = null;
     # Fix build on Go 1.17 and later: panic: qtls.ClientHelloInfo doesn't match
     # See https://github.com/ipfs/fs-repo-migrations/pull/163
     postPatch = lib.optionalString (lib.elem pname [ "fs-repo-10-to-11" "fs-repo-11-to-12" ]) ''