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