Merge pull request #293241 from r-ryantm/auto-update/kubo

kubo: 0.26.0 -> 0.27.0

authored by Mario Rodas and committed by GitHub 9eeaf0fc 6a056747

+2 -2
+2 -2
pkgs/by-name/ku/kubo/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "kubo"; 10 - version = "0.26.0"; # When updating, also check if the repo version changed and adjust repoVersion below 10 + version = "0.27.0"; # When updating, also check if the repo version changed and adjust repoVersion below 11 11 rev = "v${version}"; 12 12 13 13 passthru.repoVersion = "15"; # Also update kubo-migrator when changing the repo version ··· 15 15 # Kubo makes changes to its source tarball that don't match the git source. 16 16 src = fetchurl { 17 17 url = "https://github.com/ipfs/kubo/releases/download/${rev}/kubo-source.tar.gz"; 18 - hash = "sha256-qvn5VqEPLkehFWamtPGRuDLJ06bd5bn1qZRp05jP2AY="; 18 + hash = "sha256-xWVV2AUpogZaMb3v0w/C+DXvR2rmbOj1Bpyb3on2hfY="; 19 19 }; 20 20 21 21 # tarball contains multiple files/directories