Merge pull request #192380 from Mic92/nearcore
nearcore: 1.28.1 -> 1.29.0
This commit is contained in:
commit
ac09134473
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "nearcore";
|
pname = "nearcore";
|
||||||
version = "1.28.1";
|
version = "1.29.0";
|
||||||
|
|
||||||
# https://github.com/near/nearcore/tags
|
# https://github.com/near/nearcore/tags
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
@ -13,10 +13,10 @@ rustPlatform.buildRustPackage rec {
|
||||||
# there is also a branch for this version number, so we need to be explicit
|
# there is also a branch for this version number, so we need to be explicit
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
|
|
||||||
sha256 = "sha256-lAbVcmr8StAZAII++21xiBd4tRcdprefvcGzPLIjl74=";
|
sha256 = "sha256-TOZ6j4CaiOXmNn8kgVGP27SjvLDlGvabAA+PAEyFXIk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-1aoL5fbKZ4XZ1ELVDWNDFHDL2FyNuoX/DVb0h8RWBxI=";
|
cargoSha256 = "sha256-LjBgsQynHIfrQP4Z7j1J8+PLqRZWGAOQ5dJaGOqabVk=";
|
||||||
cargoPatches = [ ./0001-make-near-test-contracts-optional.patch ];
|
cargoPatches = [ ./0001-make-near-test-contracts-optional.patch ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue