diff --git a/neard.nix b/neard.nix index c6fa786..bbeede3 100644 --- a/neard.nix +++ b/neard.nix @@ -18,7 +18,7 @@ }: rustPlatform.buildRustPackage rec { pname = "neard"; - version = "1.36.0"; + version = "1.36.1"; buildInputs = [ llvm @@ -41,11 +41,11 @@ rustPlatform.buildRustPackage rec { owner = "near"; repo = "nearcore"; rev = "refs/tags/${version}"; - hash = "sha256-PPrDvXsHOkB29xX51BmP7PWyWBaZDvwXqStRRnoc81k="; + hash = "sha256-SNR7WgnUnzPLMYKtcda1fZQuj3ETSjhJMrbygThlZ0o="; }; - cargoPatches = [ ./patches/1.36.0/0001-Make-near-test-contracts-optional.patch ]; - cargoHash = "sha256-jH2r2dDilzY/2ojuf1lVMeuXoBybyy2Fa+x8eAwPtjY="; + cargoPatches = [ ./patches/1.36.1/0001-Make-near-test-contracts-optional.patch ]; + cargoHash = "sha256-8D1gLl/rPm0piCnUqLfzR21Rr76mQJptkcrKQo8CEQ4="; postPatch = '' substituteInPlace neard/build.rs \ diff --git a/patches/1.36.0/0001-Make-near-test-contracts-optional.patch b/patches/1.36.1/0001-Make-near-test-contracts-optional.patch similarity index 98% rename from patches/1.36.0/0001-Make-near-test-contracts-optional.patch rename to patches/1.36.1/0001-Make-near-test-contracts-optional.patch index 7a554ab..8f0d1a6 100644 --- a/patches/1.36.0/0001-Make-near-test-contracts-optional.patch +++ b/patches/1.36.1/0001-Make-near-test-contracts-optional.patch @@ -1,4 +1,4 @@ -From 0464a16fadee693952ce05e15f014f6e2b211a62 Mon Sep 17 00:00:00 2001 +From 5eb6f71626d916fd610c24323267b4e57573950e Mon Sep 17 00:00:00 2001 From: Mark Vainomaa Date: Tue, 9 May 2023 17:35:30 +0300 Subject: [PATCH] Make near-test-contracts optional @@ -18,7 +18,7 @@ Subject: [PATCH] Make near-test-contracts optional 11 files changed, 10 insertions(+), 32 deletions(-) diff --git a/Cargo.lock b/Cargo.lock -index 1c48b578f..973ae8459 100644 +index e76701fb7..b4bdcee8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2382,7 +2382,6 @@ dependencies = [ @@ -51,7 +51,7 @@ index 1c48b578f..973ae8459 100644 -[[package]] -name = "near-test-contracts" --version = "1.36.0" +-version = "1.36.1" -dependencies = [ - "arbitrary", - "once_cell", @@ -63,7 +63,7 @@ index 1c48b578f..973ae8459 100644 - [[package]] name = "near-undo-block" - version = "1.36.0" + version = "1.36.1" @@ -4435,7 +4420,6 @@ dependencies = [ "near-primitives", "near-primitives-core",