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