···2233buildGoModule rec {
44 pname = "kubo";
55- version = "0.21.0"; # When updating, also check if the repo version changed and adjust repoVersion below
55+ version = "0.22.0"; # When updating, also check if the repo version changed and adjust repoVersion below
66 rev = "v${version}";
7788 passthru.repoVersion = "14"; # Also update kubo-migrator when changing the repo version
···1010 # Kubo makes changes to it's source tarball that don't match the git source.
1111 src = fetchurl {
1212 url = "https://github.com/ipfs/kubo/releases/download/${rev}/kubo-source.tar.gz";
1313- hash = "sha256-tS7hiv7KnALR+hCn/TPUwqp/xIOLnQ3ReSb1bNBnwUY=";
1313+ hash = "sha256-TX5ZM8Kyj3LZ12Ro7MsHRd+P5XLk/mU7DUxZaopSEV0=";
1414 };
15151616 # tarball contains multiple files/directories
···8080 description = "A handy way to save and run project-specific commands";
8181 license = licenses.cc0;
8282 maintainers = with maintainers; [ xrelkd jk adamcstephens ];
8383+ mainProgram = "just";
8384 };
8485}