polkadot: stable2407-2 -> stable2409 (#346403)

This commit is contained in:
André Silva 2024-10-06 11:55:11 +01:00 committed by GitHub
commit 8e55f3d606
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1213 additions and 811 deletions

File diff suppressed because it is too large Load Diff

View File

@ -17,13 +17,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "polkadot";
version = "stable2407-2";
version = "stable2409";
src = fetchFromGitHub {
owner = "paritytech";
repo = "polkadot-sdk";
rev = "polkadot-${version}";
hash = "sha256-4WOoFjihzErc6lIgiWvLg6fqDOxs1A+A0ERvu/D8btw=";
hash = "sha256-QNjk2lb04VLYpwbE7hmUVaujijX9nkZxVdseTS1G85E=";
# 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.