kubo: 0.29.0 -> 0.32.1 (#357960)

This commit is contained in:
Franz Pletz 2024-11-23 18:21:27 +01:00 committed by GitHub
commit 2e07e3990d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -192,8 +192,10 @@ in
"/ip6/::/tcp/4001"
"/ip4/0.0.0.0/udp/4001/quic-v1"
"/ip4/0.0.0.0/udp/4001/quic-v1/webtransport"
"/ip4/0.0.0.0/udp/4001/webrtc-direct"
"/ip6/::/udp/4001/quic-v1"
"/ip6/::/udp/4001/quic-v1/webtransport"
"/ip6/::/udp/4001/webrtc-direct"
];
description = "Where Kubo listens for incoming p2p connections";
};

View File

@ -7,15 +7,15 @@
buildGoModule rec {
pname = "kubo";
version = "0.29.0"; # When updating, also check if the repo version changed and adjust repoVersion below
version = "0.32.1"; # When updating, also check if the repo version changed and adjust repoVersion below
rev = "v${version}";
passthru.repoVersion = "15"; # Also update kubo-migrator-unwrapped and kubo-fs-repo-migrations when changing the repo 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-udCVyA3NN3RCmVtdIjccfy/RymvrsGJoxlF8DiapP4g=";
hash = "sha256-/72omsDZ2+nuPHkZXtR3MSsxWicxC0YnFmKcHF22C+0=";
};
# tarball contains multiple files/directories