From fa9a2b5e1378fb5f345ccf91f7acc0d452ffdc21 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Tue, 15 Jul 2025 23:12:26 +0200 Subject: [PATCH] kubo: fix source hash The tarball was changed for some reason. I compared the two archives and the only difference I could find were newer timestamps. --- pkgs/by-name/ku/kubo/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ku/kubo/package.nix b/pkgs/by-name/ku/kubo/package.nix index 72e95894d686..4c887e9c1dc2 100644 --- a/pkgs/by-name/ku/kubo/package.nix +++ b/pkgs/by-name/ku/kubo/package.nix @@ -16,7 +16,7 @@ buildGoModule rec { # Kubo makes changes to its source tarball that don't match the git source. src = fetchurl { url = "https://github.com/ipfs/kubo/releases/download/${rev}/kubo-source.tar.gz"; - hash = "sha256-KrNP3JMkyTo6hghLLGWerH1Oz3HsnTI5jCfqRbp6AR8="; + hash = "sha256-JbWt6d1cX3F2lmivjszcxcyE+wKYk+Sy03xhb4E3oHw="; }; # tarball contains multiple files/directories