nearcore: 1.29.2 -> 1.29.3
This commit is contained in:
parent
7ea3d4395d
commit
2bbbc00e49
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.29.2";
|
version = "1.29.3";
|
||||||
|
|
||||||
# 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-dVju9emwTqNQCYST4HuwSWdafM0yxVS3JXXJqCdFEpc=";
|
sha256 = "sha256-Qbpp+ITWVFbigWLdSDHAo5JhHejEN2FknRIjcpcS2wY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-k/JzKbWn5M+H6w1UEv2APzZNBZOBYZY09keyCrXaGCM=";
|
cargoSha256 = "sha256-GSgzJNpVGxbvGF6AtFQxGyev/9c8Roav1HBz0SCQyvw=";
|
||||||
cargoPatches = [ ./0001-make-near-test-contracts-optional.patch ];
|
cargoPatches = [ ./0001-make-near-test-contracts-optional.patch ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue