bump libp2p to 1.15.3

This commit is contained in:
Ivan FB 2026-04-14 02:19:06 +02:00
parent 21d2af74a3
commit a8935a2a3b
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270
3 changed files with 14 additions and 14 deletions

View File

@ -444,8 +444,8 @@
}
},
"lsquic": {
"version": "#4fb03ee7bfb39aecb3316889fdcb60bec3d0936f",
"vcsRevision": "4fb03ee7bfb39aecb3316889fdcb60bec3d0936f",
"version": "#6ae249c5d9f5eba9999704e1ffe77483cbf8fcdd",
"vcsRevision": "6ae249c5d9f5eba9999704e1ffe77483cbf8fcdd",
"url": "https://github.com/vacp2p/nim-lsquic",
"downloadMethod": "git",
"dependencies": [
@ -458,7 +458,7 @@
"chronicles"
],
"checksums": {
"sha1": "f465fa994346490d0924d162f53d9b5aec62f948"
"sha1": "b11b0a74191cb5bd643d97a0f917dc9668256849"
}
},
"secp256k1": {
@ -550,9 +550,9 @@
}
},
"libp2p": {
"version": "#ebd8b7fe525e75b2dd59b175ee1e7517cc0a270f",
"vcsRevision": "ebd8b7fe525e75b2dd59b175ee1e7517cc0a270f",
"url": "https://github.com/vacp2p/nim-libp2p.git",
"version": "1.15.3",
"vcsRevision": "79002827ef32ba51b83e123e1649fc4b394612a1",
"url": "https://github.com/vacp2p/nim-libp2p",
"downloadMethod": "git",
"dependencies": [
"nim",
@ -564,15 +564,15 @@
"metrics",
"secp256k1",
"stew",
"websock",
"unittest2",
"results",
"serialization",
"websock",
"lsquic",
"jwt"
],
"checksums": {
"sha1": "1a17b741774190d8a9400b4291d6a9046f29faf7"
"sha1": "578e48f1e22cc14327e6d2f915c936f37c342c83"
}
},
"taskpools": {

View File

@ -215,8 +215,8 @@
lsquic = pkgs.fetchgit {
url = "https://github.com/vacp2p/nim-lsquic";
rev = "4fb03ee7bfb39aecb3316889fdcb60bec3d0936f";
sha256 = "0qdhcd4hyp185szc9sv3jvwdwc9zp3j0syy7glxv13k9bchfmkfg";
rev = "6ae249c5d9f5eba9999704e1ffe77483cbf8fcdd";
sha256 = "18fcfw2sf7zgk562nk5pkp59r6b0g2742cf8lyamhcl4j7bsyrnj";
fetchSubmodules = true;
};
@ -249,9 +249,9 @@
};
libp2p = pkgs.fetchgit {
url = "https://github.com/vacp2p/nim-libp2p.git";
rev = "ebd8b7fe525e75b2dd59b175ee1e7517cc0a270f";
sha256 = "131hz0lzz994l49zn2s8nq9j6815vd49axw68kpy746aqfdx2r6k";
url = "https://github.com/vacp2p/nim-libp2p";
rev = "79002827ef32ba51b83e123e1649fc4b394612a1";
sha256 = "0w7rvxvq934sq8ixnmgzgy1l9yla1p2hz0ycmdi7kq9v1xw4ddhn";
fetchSubmodules = true;
};

View File

@ -27,7 +27,7 @@ requires "nim >= 2.2.4",
"toml_serialization",
"faststreams",
# Networking & P2P
"https://github.com/vacp2p/nim-libp2p.git#ebd8b7fe525e75b2dd59b175ee1e7517cc0a270f",
"libp2p == 1.15.3",
"eth",
"nat_traversal",
"dnsdisc",