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