summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-11 09:11:21 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-11 09:11:21 +0000
commitde6f81f3f2fd391dc3edae1e87d1ef49fa4af702 (patch)
tree581fd63a923f37e73e4379b2a7795314d43ec35f
parent51e7e7a385d5ff46f6215d93cbd7d290a00d1645 (diff)
downloadnixpkgs-de6f81f3f2fd391dc3edae1e87d1ef49fa4af702.tar
nixpkgs-de6f81f3f2fd391dc3edae1e87d1ef49fa4af702.tar.gz
nixpkgs-de6f81f3f2fd391dc3edae1e87d1ef49fa4af702.tar.bz2
nixpkgs-de6f81f3f2fd391dc3edae1e87d1ef49fa4af702.tar.lz
nixpkgs-de6f81f3f2fd391dc3edae1e87d1ef49fa4af702.tar.xz
nixpkgs-de6f81f3f2fd391dc3edae1e87d1ef49fa4af702.tar.zst
nixpkgs-de6f81f3f2fd391dc3edae1e87d1ef49fa4af702.zip
stellar-core: 19.12.0 -> 19.13.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 1ef5d436ffc..10a2f1139d2 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.12.0";
+  version = "19.13.0";
 
   src = fetchFromGitHub {
     owner = "stellar";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-WpzUEn3BuC2OxrsqYete595m6YWv27QXnTfW1F6CX9k=";
+    sha256 = "sha256-C775tL+x1IX4kfCM/7gOg/V8xunq/rkhIfdkwkhLENk=";
     fetchSubmodules = true;
   };