···7788buildGoModule rec {
99 pname = "kubo";
1010- version = "0.27.0"; # When updating, also check if the repo version changed and adjust repoVersion below
1010+ version = "0.28.0"; # When updating, also check if the repo version changed and adjust repoVersion below
1111 rev = "v${version}";
12121313 passthru.repoVersion = "15"; # Also update kubo-migrator when changing the repo version
···1515 # Kubo makes changes to its source tarball that don't match the git source.
1616 src = fetchurl {
1717 url = "https://github.com/ipfs/kubo/releases/download/${rev}/kubo-source.tar.gz";
1818- hash = "sha256-xWVV2AUpogZaMb3v0w/C+DXvR2rmbOj1Bpyb3on2hfY=";
1818+ hash = "sha256-nq9NpbK9Fql0o1TG8p9lIlnKUnxvMMimz8AYKVozkwY=";
1919 };
20202121 # tarball contains multiple files/directories