summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2022-08-31 11:41:08 +0200
committerJörg Thalheim <joerg@thalheim.io>2022-08-31 11:57:00 +0200
commit087e65d47d2b8c322e143b602d63cabfc5b0b961 (patch)
tree9b9c3de099169939602fd86ca89c6acd1e97473a
parentnearcore: 1.27.0 -> 1.28.0 (diff)
downloadnixpkgs-087e65d47d2b8c322e143b602d63cabfc5b0b961.tar.gz
nearcore: 1.28.0 -> 1.28.1
(cherry picked from commit 4f805873ffad6309fab726bde0a595b1ed9e7c15)
-rw-r--r--pkgs/applications/blockchains/nearcore/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/blockchains/nearcore/default.nix b/pkgs/applications/blockchains/nearcore/default.nix
index 844332c92f72..63e060d78c2f 100644
--- a/pkgs/applications/blockchains/nearcore/default.nix
+++ b/pkgs/applications/blockchains/nearcore/default.nix
@@ -5,7 +5,7 @@
rust_1_61.packages.stable.rustPlatform.buildRustPackage rec {
pname = "nearcore";
- version = "1.28.0";
+ version = "1.28.1";
# https://github.com/near/nearcore/tags
src = fetchFromGitHub {
@@ -14,10 +14,10 @@ rust_1_61.packages.stable.rustPlatform.buildRustPackage rec {
# there is also a branch for this version number, so we need to be explicit
rev = "refs/tags/${version}";
- sha256 = "sha256-DRVlD74XTYgy3GeUd/7OIl2aie8nEJLmrmmkwPRkrA8=";
+ sha256 = "sha256-lAbVcmr8StAZAII++21xiBd4tRcdprefvcGzPLIjl74=";
};
- cargoSha256 = "sha256-hTqje17EdVkgqReuLnizaK3cBJuqXJXC6x5NuoKJLbs=";
+ cargoSha256 = "sha256-1aoL5fbKZ4XZ1ELVDWNDFHDL2FyNuoX/DVb0h8RWBxI=";
cargoPatches = [ ./0001-make-near-test-contracts-optional.patch ];
postPatch = ''