about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/stellar-core
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-04 08:15:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-04 08:15:16 +0000
commit11dc4cf80bb23e673055fc271884512ce017bb38 (patch)
tree8626c999a94f58a7019a572d591ca2f089b75ea2 /pkgs/applications/blockchains/stellar-core
parent0a55d764ac14ac5e02fa386d5088f12e73f37e36 (diff)
stellar-core: 19.6.0 -> 19.7.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 8f3fd4b1c886c..9d984803d2196 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 = "19.6.0";
+  version = "19.7.0";
 
   src = fetchFromGitHub {
     owner = "stellar";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-lDefmPZM8ow6t5CpNBxef+9BoT773p5UgeMhgF+em2w=";
+    sha256 = "sha256-VfaP4EIVsu5JTAV7AX0Ymo44/TD8eUB61CViwf6Hfqw=";
     fetchSubmodules = true;
   };