about summary refs log tree commit diff
path: root/pkgs/applications/networking/kubo
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-09-22 01:11:11 +0800
committerGitHub <noreply@github.com>2023-09-21 19:11:11 +0200
commitd38485921a4f8187dd5ec145337db1ac4e3d7d06 (patch)
tree4a05dcfd7a3d5674b53ab759ac6bb71d0290b3fd /pkgs/applications/networking/kubo
parenta36cc31cd66caa348988b35af62d2fd73ceba54b (diff)
treewide: vendorSha256 -> vendorHash (#256514)
Diffstat (limited to 'pkgs/applications/networking/kubo')
-rw-r--r--pkgs/applications/networking/kubo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/kubo/default.nix b/pkgs/applications/networking/kubo/default.nix
index dccd827b12951..793f8b8d8613e 100644
--- a/pkgs/applications/networking/kubo/default.nix
+++ b/pkgs/applications/networking/kubo/default.nix
@@ -27,7 +27,7 @@ buildGoModule rec {
 
   passthru.tests.kubo = nixosTests.kubo;
 
-  vendorSha256 = null;
+  vendorHash = null;
 
   outputs = [ "out" "systemd_unit" "systemd_unit_hardened" ];