Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
neard-rc: 1.29.0-rc.4 -> 1.30.0-rc.1
Browse files Browse the repository at this point in the history
Built using Rust 1.64.0 & includes near/nearcore#7669 to fix building
with newer Rust.
  • Loading branch information
mikroskeem committed Oct 4, 2022
1 parent aff2a19 commit 6267be0
Show file tree
Hide file tree
Showing 4 changed files with 1,023 additions and 8 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
};

packages.neard-rc = pkgs.callPackage ./neard-rc.nix {
rustPlatform = mkRustPlatform "stable" "1.63.0";
rustPlatform = mkRustPlatform "stable" "1.64.0";
inherit (pkgs.darwin.apple_sdk.frameworks) CoreFoundation DiskArbitration Foundation IOKit Security;
};

Expand Down
8 changes: 4 additions & 4 deletions neard-rc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}:
rustPlatform.buildRustPackage rec {
pname = "neard-rc";
version = "1.29.0-rc.4";
version = "1.30.0-rc.1";

buildInputs = [
llvm
Expand All @@ -41,11 +41,11 @@ rustPlatform.buildRustPackage rec {
owner = "near";
repo = "nearcore";
rev = "refs/tags/${version}";
hash = "sha256-LyvI3gn9alD3+LmUMPLreQ0Bm8P+RjF96tGVX3B2epk=";
hash = "sha256-mEx6ANle56YOLCbESxhh2wEu2qioQxH1Icpw9c19fdU=";
};

cargoPatches = [ ./patches/0001-make-near-test-contracts-optional.patch ];
cargoHash = "sha256-v/oA82q2e3LAX03jTB0WdqTwNe6j9eBjYPLw0aZxWxo=";
cargoPatches = [ ./patches/0001-make-near-test-contracts-optional.patch ./patches/7669.patch ];
cargoHash = "sha256-/OU2cZPy45DwziD1YGtOkFCpx+5bHyuI9G5cVCYGLiY=";

postPatch = ''
substituteInPlace neard/build.rs \
Expand Down
Loading

0 comments on commit 6267be0

Please sign in to comment.