summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2022-05-31 08:00:39 +0200
committerJörg Thalheim <joerg@thalheim.io>2022-05-31 09:28:21 +0200
commit97bdb3c6450c58d16eeb93f4cf24500ddbe2f75c (patch)
treebfdf604bf50424de90c4a005d9007466e5d8409a /pkgs/applications
parent8090df13ea91c0bcb648ac589eaf481817546b67 (diff)
downloadnixpkgs-97bdb3c6450c58d16eeb93f4cf24500ddbe2f75c.tar
nixpkgs-97bdb3c6450c58d16eeb93f4cf24500ddbe2f75c.tar.gz
nixpkgs-97bdb3c6450c58d16eeb93f4cf24500ddbe2f75c.tar.bz2
nixpkgs-97bdb3c6450c58d16eeb93f4cf24500ddbe2f75c.tar.lz
nixpkgs-97bdb3c6450c58d16eeb93f4cf24500ddbe2f75c.tar.xz
nixpkgs-97bdb3c6450c58d16eeb93f4cf24500ddbe2f75c.tar.zst
nixpkgs-97bdb3c6450c58d16eeb93f4cf24500ddbe2f75c.zip
nearcore: 1.26.0 -> 1.26.1
Diffstat (limited to 'pkgs/applications')
-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 264d53fc56a..515108ab90b 100644
--- a/pkgs/applications/blockchains/nearcore/default.nix
+++ b/pkgs/applications/blockchains/nearcore/default.nix
@@ -4,7 +4,7 @@
 }:
 rustPlatform.buildRustPackage rec {
   pname = "nearcore";
-  version = "1.26.0";
+  version = "1.26.1";
 
   # https://github.com/near/nearcore/tags
   src = fetchFromGitHub {
@@ -12,10 +12,10 @@ rustPlatform.buildRustPackage rec {
     repo = "nearcore";
     # there is also a branch for this version number, so we need to be explicit
     rev = "refs/tags/${version}";
-    sha256 = "sha256-N3A+hy5I1/yJ3IN9gDw3m1IZ9qK8LNhn3fuXLMn23bg=";
+    sha256 = "sha256-WoQtDdbFcvl6Wp5uv2tr/W/YYH8dyezF+LzSJ5oJcYY=";
   };
 
-  cargoSha256 = "sha256-g07liit048TSL73wFyDK+eKu33Z6fPJcJ+VeGgTtuS8=";
+  cargoSha256 = "sha256-7h14XzhhPmkPoTx0kkJl7I7CPqbRAtxa1zpplYxg4p4=";
 
   postPatch = ''
     substituteInPlace neard/build.rs \