···1010}:
1111rustPlatform.buildRustPackage rec {
1212 pname = "polkadot";
1313- version = "0.9.21";
1313+ version = "0.9.26";
14141515 src = fetchFromGitHub {
1616 owner = "paritytech";
1717 repo = "polkadot";
1818 rev = "v${version}";
1919- sha256 = "HCj5WwfKa4QsfO+1u4ciukDg6Rzv/uvc8h+V/Duhksg=";
1919+ sha256 = "sha256-f/E4aK7eUlNgd9kEDjYAiNaeMTlKu1aqo8IjB++/Yts=";
20202121 # the build process of polkadot requires a .git folder in order to determine
2222 # the git commit hash that is being built and add it to the version string.
···3232 '';
3333 };
34343535- cargoSha256 = "tHU8KygIhJDgID/tGGssYTnY8raI5qTdLEDwOKox3No=";
3535+ cargoSha256 = "sha256-tQ5XFv5P5EE33mKsQCBqAlJFu4+uG6ArVV17W8qbyLg=";
36363737 buildInputs = lib.optional stdenv.isDarwin [ Security ];
3838