Merge pull request #297214 from andresilva/polkadot-v1.9.0

polkadot: 1.8.0 -> 1.9.0
This commit is contained in:
Raghav Sood 2024-03-20 01:52:11 +08:00 committed by GitHub
commit a73f28e289
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 432 additions and 305 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,13 +11,13 @@
}:
rustPlatform.buildRustPackage rec {
pname = "polkadot";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "paritytech";
repo = "polkadot-sdk";
rev = "polkadot-v${version}";
hash = "sha256-GyiipeXe4Ny7UAwKMEelTqiaWZH1r/VhmbdMaUH6fjQ=";
hash = "sha256-YLd1XKluL8QBbZPTb1FCvBDVD0YWjZfZTvl4p9jx28Y=";
# 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.