···23buildGoModule rec {
4 pname = "kubo";
5- version = "0.18.1"; # When updating, also check if the repo version changed and adjust repoVersion below
6 rev = "v${version}";
78 passthru.repoVersion = "13"; # Also update kubo-migrator when changing the repo version
···10 # Kubo makes changes to it's source tarball that don't match the git source.
11 src = fetchurl {
12 url = "https://github.com/ipfs/kubo/releases/download/${rev}/kubo-source.tar.gz";
13- hash = "sha256-xAOx4QOdD5MfFLqKTQRGMOnTZt14H523/quOLY5gBMk=";
14 };
1516 # tarball contains multiple files/directories
···23buildGoModule rec {
4 pname = "kubo";
5+ version = "0.19.0"; # When updating, also check if the repo version changed and adjust repoVersion below
6 rev = "v${version}";
78 passthru.repoVersion = "13"; # Also update kubo-migrator when changing the repo version
···10 # Kubo makes changes to it's source tarball that don't match the git source.
11 src = fetchurl {
12 url = "https://github.com/ipfs/kubo/releases/download/${rev}/kubo-source.tar.gz";
13+ hash = "sha256-PAxWijTAGOJKRDIKaulNPr/4uOJkm+vqNWAY7AjhFUw=";
14 };
1516 # tarball contains multiple files/directories