polkadot: 1.9.0 -> 1.10.0

This commit is contained in:
André Silva 2024-04-09 15:14:46 +01:00
parent fd251a0ea0
commit a1ecddfe8a
No known key found for this signature in database
GPG Key ID: 7C34FA12A023DC55
2 changed files with 332 additions and 339 deletions

File diff suppressed because it is too large Load Diff

View File

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