File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717in
1818rustPlatform . 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" ;
You can’t perform that action at this time.
0 commit comments