Loading pkgs/applications/blockchains/polkadot/Cargo.lock +4 −4 Original line number Diff line number Diff line Loading @@ -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", Loading Loading @@ -11507,7 +11507,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "36.0.0" version = "36.0.1" dependencies = [ "docify", "frame-benchmarking", Loading Loading @@ -12833,7 +12833,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "17.0.0" version = "17.0.1" dependencies = [ "assert_matches", "async-channel", Loading Loading @@ -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", Loading pkgs/applications/blockchains/polkadot/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
pkgs/applications/blockchains/polkadot/Cargo.lock +4 −4 Original line number Diff line number Diff line Loading @@ -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", Loading Loading @@ -11507,7 +11507,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "36.0.0" version = "36.0.1" dependencies = [ "docify", "frame-benchmarking", Loading Loading @@ -12833,7 +12833,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "17.0.0" version = "17.0.1" dependencies = [ "assert_matches", "async-channel", Loading Loading @@ -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", Loading
pkgs/applications/blockchains/polkadot/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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. Loading