···1717in
1818rustPlatform.buildRustPackage rec {
1919 pname = "polkadot";
2020- version = "stable2407-2";
2020+ version = "stable2409";
21212222 src = fetchFromGitHub {
2323 owner = "paritytech";
2424 repo = "polkadot-sdk";
2525 rev = "polkadot-${version}";
2626- hash = "sha256-4WOoFjihzErc6lIgiWvLg6fqDOxs1A+A0ERvu/D8btw=";
2626+ hash = "sha256-QNjk2lb04VLYpwbE7hmUVaujijX9nkZxVdseTS1G85E=";
27272828 # the build process of polkadot requires a .git folder in order to determine
2929 # the git commit hash that is being built and add it to the version string.