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

Commit

Permalink
neard: 1.36.0 -> 1.36.1
Browse files Browse the repository at this point in the history
mikroskeem committed Dec 13, 2023

Verified

This commit was signed with the committer’s verified signature.
lukbukkit Lukas Arnold
1 parent 29ce150 commit b8cd996
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions neard.nix
Original file line number Diff line number Diff line change
@@ -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 \
Original file line number Diff line number Diff line change
@@ -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 <mikroskeem@mikroskeem.eu>
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",

0 comments on commit b8cd996

Please sign in to comment.