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-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" ;
You can’t perform that action at this time.
0 commit comments