about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/stellar-core
diff options
context:
space:
mode:
authorRaymen Scholten <raymenscholten@outlook.com>2022-04-07 16:06:37 +0200
committerRaymen Scholten <raymenscholten@outlook.com>2022-04-07 16:06:37 +0200
commit2a4778fae3dee52f02ef23e359013208ad99ca07 (patch)
tree8e4befccc42646ca558a72fc2da6bee75605b758 /pkgs/applications/blockchains/stellar-core
parenta7bbda4271e0155b1115c86fe7e95dc006a8bbff (diff)
stellar-core: 17.0.0 -> 18.5.0
Diffstat (limited to 'pkgs/applications/blockchains/stellar-core')
-rw-r--r--pkgs/applications/blockchains/stellar-core/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/stellar-core/default.nix b/pkgs/applications/blockchains/stellar-core/default.nix
index 6ecc4e241cb4e..b689ddd4f4db0 100644
--- a/pkgs/applications/blockchains/stellar-core/default.nix
+++ b/pkgs/applications/blockchains/stellar-core/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   pname = "stellar-core";
-  version = "17.0.0";
+  version = "18.5.0";
 
   src = fetchFromGitHub {
     owner = "stellar";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1ngl8yjqb8xzhdwzlxzzxf14q2hgwy2ysb17sn5380rrn0jswin1";
+    sha256 = "sha256-wEi22R4zb8d5CJV5eWb776Yob8B6Ok4FrbYI0SGM0H8=";
     fetchSubmodules = true;
   };