about summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-23 06:18:34 +0100
committerGitHub <noreply@github.com>2023-01-23 06:18:34 +0100
commitbbb40589d06dad61e007bbc5bd8f6190341fe4d2 (patch)
tree7ab385137ef4791d31ec911614a6d73a99f53240 /pkgs/applications/blockchains
parent4393a6e68e85e418521b3a41d08154628f248fd6 (diff)
parente8c45fa6469579a23c898c65b67cc570d8cf8eab (diff)
Merge pull request #199176 from r-ryantm/auto-update/stellar-core
stellar-core: 19.4.0 -> 19.6.0
Diffstat (limited to 'pkgs/applications/blockchains')
-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;
   };