···7788buildGoModule rec {99 pname = "kubo";1010- version = "0.23.0"; # When updating, also check if the repo version changed and adjust repoVersion below1010+ version = "0.24.0"; # When updating, also check if the repo version changed and adjust repoVersion below1111 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-ycXn8h8sFGJXVMldneN51lZgXoPaZ/XeXLtqqJ4w6H0=";1818+ hash = "sha256-stSjLvg8G1EiXon3Qby4wLgbhX7Aaj9pnxcvE32/42k=";1919 };20202121 # tarball contains multiple files/directories