kubo: 0.33.2 -> 0.34.0 (#391714)

authored by Weijia Wang and committed by GitHub 5332ea70 cc4cb6e1

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