Merge pull request #222592 from Luflosi/update/kubo

kubo: 0.18.1 -> 0.19.0

authored by Sandro and committed by GitHub fc7d8938 75138e08

+6 -2
+4
nixos/modules/services/network-filesystems/kubo.nix
··· 171 "/ip4/0.0.0.0/tcp/4001" 172 "/ip6/::/tcp/4001" 173 "/ip4/0.0.0.0/udp/4001/quic" 174 "/ip6/::/udp/4001/quic" 175 ]; 176 description = lib.mdDoc "Where Kubo listens for incoming p2p connections"; 177 };
··· 171 "/ip4/0.0.0.0/tcp/4001" 172 "/ip6/::/tcp/4001" 173 "/ip4/0.0.0.0/udp/4001/quic" 174 + "/ip4/0.0.0.0/udp/4001/quic-v1" 175 + "/ip4/0.0.0.0/udp/4001/quic-v1/webtransport" 176 "/ip6/::/udp/4001/quic" 177 + "/ip6/::/udp/4001/quic-v1" 178 + "/ip6/::/udp/4001/quic-v1/webtransport" 179 ]; 180 description = lib.mdDoc "Where Kubo listens for incoming p2p connections"; 181 };
+2 -2
pkgs/applications/networking/kubo/default.nix
··· 2 3 buildGoModule 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}"; 7 8 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 }; 15 16 # tarball contains multiple files/directories
··· 2 3 buildGoModule 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}"; 7 8 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 }; 15 16 # tarball contains multiple files/directories