summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-05 04:10:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-05 04:10:49 +0000
commit85660c9416cf3476873777e25c9bd9d56506839c (patch)
tree66f647d0f7cbdbe813cdfc0507399b81ff3c2dd5
parent9f20229c6cf12577bb428fb025b06138f0808384 (diff)
downloadnixpkgs-85660c9416cf3476873777e25c9bd9d56506839c.tar
nixpkgs-85660c9416cf3476873777e25c9bd9d56506839c.tar.gz
nixpkgs-85660c9416cf3476873777e25c9bd9d56506839c.tar.bz2
nixpkgs-85660c9416cf3476873777e25c9bd9d56506839c.tar.lz
nixpkgs-85660c9416cf3476873777e25c9bd9d56506839c.tar.xz
nixpkgs-85660c9416cf3476873777e25c9bd9d56506839c.tar.zst
nixpkgs-85660c9416cf3476873777e25c9bd9d56506839c.zip
stellar-core: 19.13.0 -> 19.14.0
-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 53b0de40cbb..6d3359cdcd0 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;
   };