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>2022-12-06 23:34:39 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-06 23:34:39 +0000
commite8c45fa6469579a23c898c65b67cc570d8cf8eab (patch)
tree5e6638df7c72ffef4bcc8fb80c96706aa45ef030 /pkgs/applications/blockchains/stellar-core
parent7ea3d4395dc97845ff755caa790b3ccffdb681dc (diff)
stellar-core: 19.4.0 -> 19.6.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 fbbd05be46ed6..8f3fd4b1c886c 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.4.0";
+  version = "19.6.0";
 
   src = fetchFromGitHub {
     owner = "stellar";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-pgwLCtlj2Ak34KfE+ffIxQ1Z4Epxm3f1Y2aqYOIlLUc=";
+    sha256 = "sha256-lDefmPZM8ow6t5CpNBxef+9BoT773p5UgeMhgF+em2w=";
     fetchSubmodules = true;
   };