···17in
18rustPlatform.buildRustPackage rec {
19 pname = "polkadot";
20- version = "stable2407-2";
2122 src = fetchFromGitHub {
23 owner = "paritytech";
24 repo = "polkadot-sdk";
25 rev = "polkadot-${version}";
26- hash = "sha256-4WOoFjihzErc6lIgiWvLg6fqDOxs1A+A0ERvu/D8btw=";
2728 # the build process of polkadot requires a .git folder in order to determine
29 # the git commit hash that is being built and add it to the version string.
···17in
18rustPlatform.buildRustPackage rec {
19 pname = "polkadot";
20+ version = "stable2409";
2122 src = fetchFromGitHub {
23 owner = "paritytech";
24 repo = "polkadot-sdk";
25 rev = "polkadot-${version}";
26+ hash = "sha256-QNjk2lb04VLYpwbE7hmUVaujijX9nkZxVdseTS1G85E=";
2728 # the build process of polkadot requires a .git folder in order to determine
29 # the git commit hash that is being built and add it to the version string.