Skip to content

Commit b11a3bd

Browse files
committed
polkadot: 2503 -> 2503-2
1 parent 7ad3c88 commit b11a3bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/po/polkadot/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ let
1717
in
1818
rustPlatform.buildRustPackage rec {
1919
pname = "polkadot";
20-
version = "2503";
20+
version = "2503-2";
2121

2222
src = fetchFromGitHub {
2323
owner = "paritytech";
2424
repo = "polkadot-sdk";
2525
rev = "polkadot-stable${version}";
26-
hash = "sha256-nPZFmsf82JpBrOrErH5hrEcmieECfgA7JWzEyEh8AAE=";
26+
hash = "sha256-sUBUWFAJ8PwWUVSqPef0SMJcvSt+bGruTW+GmJGTLdE=";
2727

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

4747
useFetchCargoVendor = true;
48-
cargoHash = "sha256-yOJyvpsEK4Ab/Bh6xmqAEHhj1Rq4u/CevcP7vJi0zxo=";
48+
cargoHash = "sha256-U3roe7rQL1BaHr3rKV1Dl7Lhjic3pZlxo2DpD9C2ong=";
4949

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

0 commit comments

Comments
 (0)