kubo: 0.35.0 -> 0.36.0 (#425194)

Co-authored-by: Luflosi <Luflosi@users.noreply.github.com>

Changed files
+2 -2
pkgs
by-name
ku
+2 -2
pkgs/by-name/ku/kubo/package.nix
···
buildGoModule rec {
pname = "kubo";
-
version = "0.35.0"; # When updating, also check if the repo version changed and adjust repoVersion below
rev = "v${version}";
passthru.repoVersion = "16"; # Also update kubo-migrator when changing the repo version
···
# Kubo makes changes to its source tarball that don't match the git source.
src = fetchurl {
url = "https://github.com/ipfs/kubo/releases/download/${rev}/kubo-source.tar.gz";
-
hash = "sha256-OubXaa2JWbEaakDV6pExm5PkiZ5XPd9uG+S4KwWb0xQ=";
};
# tarball contains multiple files/directories
···
buildGoModule rec {
pname = "kubo";
+
version = "0.36.0"; # When updating, also check if the repo version changed and adjust repoVersion below
rev = "v${version}";
passthru.repoVersion = "16"; # Also update kubo-migrator when changing the repo version
···
# Kubo makes changes to its source tarball that don't match the git source.
src = fetchurl {
url = "https://github.com/ipfs/kubo/releases/download/${rev}/kubo-source.tar.gz";
+
hash = "sha256-KrNP3JMkyTo6hghLLGWerH1Oz3HsnTI5jCfqRbp6AR8=";
};
# tarball contains multiple files/directories