polkadot: 2412-3 -> 2412-4 (#395145)
This commit is contained in:
commit
b179a7a07f
@ -18,13 +18,13 @@ let
|
|||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "polkadot";
|
pname = "polkadot";
|
||||||
version = "2412-3";
|
version = "2412-4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "paritytech";
|
owner = "paritytech";
|
||||||
repo = "polkadot-sdk";
|
repo = "polkadot-sdk";
|
||||||
rev = "polkadot-stable${version}";
|
rev = "polkadot-stable${version}";
|
||||||
hash = "sha256-Bsy6CUDxtm5atkpp03edzWtZYuDKFdtBG6wfr+NPkng=";
|
hash = "sha256-MYv/3bpERjceBzQxR+NkbaRJZegzkJY0fN6TaF2xn8I=";
|
||||||
|
|
||||||
# the build process of polkadot requires a .git folder in order to determine
|
# the build process of polkadot requires a .git folder in order to determine
|
||||||
# the git commit hash that is being built and add it to the version string.
|
# the git commit hash that is being built and add it to the version string.
|
||||||
@ -46,7 +46,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-9irbcL7wBlwYkWM5goLZx6AAFCOjMSEbZ+Va69Am3pc=";
|
cargoHash = "sha256-pvB507k3eYfz8tpTaVUzJOIKvtWEckaMu3Eux89V0uE=";
|
||||||
|
|
||||||
buildType = "production";
|
buildType = "production";
|
||||||
buildAndTestSubdir = "polkadot";
|
buildAndTestSubdir = "polkadot";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user