about summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-05 07:12:12 -0500
committerGitHub <noreply@github.com>2023-10-05 07:12:12 -0500
commitc474f2a36608db305ee1449ae78258b195a84adf (patch)
tree5d0420654574ea0901c07034c2475712ffd73235 /pkgs/applications/blockchains
parenteec66f0b80fb7aeebfef75be745e35db0a1d594f (diff)
parent85660c9416cf3476873777e25c9bd9d56506839c (diff)
Merge pull request #259113 from r-ryantm/auto-update/stellar-core
stellar-core: 19.13.0 -> 19.14.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 53b0de40cbb44..6d3359cdcd006 100644
--- a/pkgs/applications/blockchains/stellar-core/default.nix
+++ b/pkgs/applications/blockchains/stellar-core/default.nix
@@ -15,13 +15,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "stellar-core";
-  version = "19.13.0";
+  version = "19.14.0";
 
   src = fetchFromGitHub {
     owner = "stellar";
     repo = "stellar-core";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-C775tL+x1IX4kfCM/7gOg/V8xunq/rkhIfdkwkhLENk=";
+    hash = "sha256-lxBn/T01Tsa7tid3mRJUigUwv9d3BAPZhV9Mp1lywBU=";
     fetchSubmodules = true;
   };