polkadot: stable2409-1 -> stable2409-2

This commit is contained in:
André Silva 2024-11-14 14:29:46 +00:00
parent 4493f72bfc
commit 656293fcd5
No known key found for this signature in database
GPG Key ID: 7C34FA12A023DC55
2 changed files with 13 additions and 12 deletions

View File

@ -788,7 +788,7 @@ dependencies = [
[[package]] [[package]]
name = "asset-hub-rococo-runtime" name = "asset-hub-rococo-runtime"
version = "0.22.1" version = "0.22.2"
dependencies = [ dependencies = [
"asset-test-utils", "asset-test-utils",
"assets-common", "assets-common",
@ -920,7 +920,7 @@ dependencies = [
[[package]] [[package]]
name = "asset-hub-westend-runtime" name = "asset-hub-westend-runtime"
version = "0.26.1" version = "0.26.2"
dependencies = [ dependencies = [
"asset-test-utils", "asset-test-utils",
"assets-common", "assets-common",
@ -1034,7 +1034,7 @@ dependencies = [
[[package]] [[package]]
name = "assets-common" name = "assets-common"
version = "0.18.0" version = "0.18.1"
dependencies = [ dependencies = [
"cumulus-primitives-core", "cumulus-primitives-core",
"frame-support", "frame-support",
@ -5119,7 +5119,7 @@ dependencies = [
[[package]] [[package]]
name = "emulated-integration-tests-common" name = "emulated-integration-tests-common"
version = "14.1.0" version = "14.2.0"
dependencies = [ dependencies = [
"asset-test-utils", "asset-test-utils",
"bp-messages", "bp-messages",
@ -10846,7 +10846,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-message-queue" name = "pallet-message-queue"
version = "41.0.1" version = "41.0.2"
dependencies = [ dependencies = [
"environmental", "environmental",
"frame-benchmarking", "frame-benchmarking",
@ -11963,7 +11963,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-xcm" name = "pallet-xcm"
version = "17.0.0" version = "17.0.1"
dependencies = [ dependencies = [
"bounded-collections", "bounded-collections",
"frame-benchmarking", "frame-benchmarking",
@ -11983,6 +11983,7 @@ dependencies = [
"staging-xcm", "staging-xcm",
"staging-xcm-builder", "staging-xcm-builder",
"staging-xcm-executor", "staging-xcm-executor",
"tracing",
"xcm-runtime-apis", "xcm-runtime-apis",
] ]
@ -13454,7 +13455,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-prospective-parachains" name = "polkadot-node-core-prospective-parachains"
version = "17.0.0" version = "17.0.1"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"fatality", "fatality",
@ -13697,7 +13698,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-network-protocol" name = "polkadot-node-network-protocol"
version = "18.0.1" version = "18.0.2"
dependencies = [ dependencies = [
"async-channel", "async-channel",
"async-trait", "async-trait",
@ -18218,7 +18219,7 @@ dependencies = [
[[package]] [[package]]
name = "sc-rpc-server" name = "sc-rpc-server"
version = "17.0.0" version = "17.1.0"
dependencies = [ dependencies = [
"dyn-clone", "dyn-clone",
"forwarded-header-value", "forwarded-header-value",
@ -23458,7 +23459,7 @@ dependencies = [
[[package]] [[package]]
name = "westend-runtime" name = "westend-runtime"
version = "18.0.0" version = "18.0.1"
dependencies = [ dependencies = [
"binary-merkle-tree", "binary-merkle-tree",
"bitvec", "bitvec",

View File

@ -18,13 +18,13 @@ let
in in
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "polkadot"; pname = "polkadot";
version = "stable2409-1"; version = "stable2409-2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "paritytech"; owner = "paritytech";
repo = "polkadot-sdk"; repo = "polkadot-sdk";
rev = "polkadot-${version}"; rev = "polkadot-${version}";
hash = "sha256-SbQaauElMNuCg0q6aN0ckg39huNZyiq8px9iXWFFtyc="; hash = "sha256-nCxnQ243afj9Bq8LMXEvn5ZGYw2SonfeJMd0OOi/GZ0=";
# the build process of polkadot requires a .git folder in order to determine # the build process of polkadot requires a .git folder in order to determine
# the git commit hash that is being built and add it to the version string. # the git commit hash that is being built and add it to the version string.