Skip to content

Commit b179a7a

Browse files
authored
polkadot: 2412-3 -> 2412-4 (#395145)
2 parents c509a0d + 4aa1ef3 commit b179a7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/blockchains/polkadot/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ let
1818
in
1919
rustPlatform.buildRustPackage rec {
2020
pname = "polkadot";
21-
version = "2412-3";
21+
version = "2412-4";
2222

2323
src = fetchFromGitHub {
2424
owner = "paritytech";
2525
repo = "polkadot-sdk";
2626
rev = "polkadot-stable${version}";
27-
hash = "sha256-Bsy6CUDxtm5atkpp03edzWtZYuDKFdtBG6wfr+NPkng=";
27+
hash = "sha256-MYv/3bpERjceBzQxR+NkbaRJZegzkJY0fN6TaF2xn8I=";
2828

2929
# the build process of polkadot requires a .git folder in order to determine
3030
# the git commit hash that is being built and add it to the version string.
@@ -46,7 +46,7 @@ rustPlatform.buildRustPackage rec {
4646
'';
4747

4848
useFetchCargoVendor = true;
49-
cargoHash = "sha256-9irbcL7wBlwYkWM5goLZx6AAFCOjMSEbZ+Va69Am3pc=";
49+
cargoHash = "sha256-pvB507k3eYfz8tpTaVUzJOIKvtWEckaMu3Eux89V0uE=";
5050

5151
buildType = "production";
5252
buildAndTestSubdir = "polkadot";

0 commit comments

Comments
 (0)