···10}:
11rustPlatform.buildRustPackage rec {
12 pname = "polkadot";
13- version = "0.9.21";
1415 src = fetchFromGitHub {
16 owner = "paritytech";
17 repo = "polkadot";
18 rev = "v${version}";
19- sha256 = "HCj5WwfKa4QsfO+1u4ciukDg6Rzv/uvc8h+V/Duhksg=";
2021 # the build process of polkadot requires a .git folder in order to determine
22 # the git commit hash that is being built and add it to the version string.
···32 '';
33 };
3435- cargoSha256 = "tHU8KygIhJDgID/tGGssYTnY8raI5qTdLEDwOKox3No=";
3637 buildInputs = lib.optional stdenv.isDarwin [ Security ];
38
···10}:
11rustPlatform.buildRustPackage rec {
12 pname = "polkadot";
13+ version = "0.9.26";
1415 src = fetchFromGitHub {
16 owner = "paritytech";
17 repo = "polkadot";
18 rev = "v${version}";
19+ sha256 = "sha256-f/E4aK7eUlNgd9kEDjYAiNaeMTlKu1aqo8IjB++/Yts=";
2021 # the build process of polkadot requires a .git folder in order to determine
22 # the git commit hash that is being built and add it to the version string.
···32 '';
33 };
3435+ cargoSha256 = "sha256-tQ5XFv5P5EE33mKsQCBqAlJFu4+uG6ArVV17W8qbyLg=";
3637 buildInputs = lib.optional stdenv.isDarwin [ Security ];
38