Unverified Commit 4c37eef0 authored by André Silva's avatar André Silva Committed by GitHub
Browse files

polkadot: stable2407-1 -> stable2407-2 (#339014)

parents 5a18fb66 92c2cf5b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3654,7 +3654,7 @@ dependencies = [

[[package]]
name = "cumulus-client-consensus-aura"
version = "0.17.0"
version = "0.17.1"
dependencies = [
 "async-trait",
 "cumulus-client-collator",
@@ -11507,7 +11507,7 @@ dependencies = [

[[package]]
name = "pallet-timestamp"
version = "36.0.0"
version = "36.0.1"
dependencies = [
 "docify",
 "frame-benchmarking",
@@ -12833,7 +12833,7 @@ dependencies = [

[[package]]
name = "polkadot-dispute-distribution"
version = "17.0.0"
version = "17.0.1"
dependencies = [
 "assert_matches",
 "async-channel",
@@ -13862,7 +13862,7 @@ dependencies = [

[[package]]
name = "polkadot-runtime-parachains"
version = "16.0.1"
version = "16.0.2"
dependencies = [
 "assert_matches",
 "bitflags 1.3.2",
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "polkadot";
  version = "stable2407-1";
  version = "stable2407-2";

  src = fetchFromGitHub {
    owner = "paritytech";
    repo = "polkadot-sdk";
    rev = "polkadot-${version}";
    hash = "sha256-IYRkXmFBjRAYSROL37EgEjC7wM1N97HabuSHtcSUxdg=";
    hash = "sha256-4WOoFjihzErc6lIgiWvLg6fqDOxs1A+A0ERvu/D8btw=";

    # 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.