Skip to content

Commit f7a293e

Browse files
authored
polkadot: 2412-1 -> 2412-2 (#384872)
2 parents bec9ad1 + 88a27c5 commit f7a293e

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-1";
21+
version = "2412-2";
2222

2323
src = fetchFromGitHub {
2424
owner = "paritytech";
2525
repo = "polkadot-sdk";
2626
rev = "polkadot-stable${version}";
27-
hash = "sha256-wvtK+xbq8MLx77ad+x8gzPyL5ScFxHFt6rlZUAzc0CU=";
27+
hash = "sha256-iFlC/KQaq7RoQqnlOjIwxrMBdwarrNXfKyE2b1XXfzU=";
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-c88vE2DxjngARu0NSZR4NVEYK4OiSxIETVRY6K5CbVs=";
49+
cargoHash = "sha256-P/pNmW6vQAB4gEDaPFYJQsqUlSBSX1krcU7C6ngRk5Q=";
5050

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

0 commit comments

Comments
 (0)