about summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-07-26 13:24:15 +0200
committerGitHub <noreply@github.com>2023-07-26 13:24:15 +0200
commit60d40bb31bb0dd7ecca11e0497b5c1352946935b (patch)
treefc80a17e507ce3c76b1501b108adfb6ef8492c93 /pkgs/applications/blockchains
parent1e310f3f3bcf4c358de587b8118cc835bc646241 (diff)
parenta6cbe9f3c18dd20d3757db5b1a28383195240d93 (diff)
Merge pull request #244424 from r-ryantm/auto-update/stellar-core
stellar-core: 19.11.0 -> 19.12.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 72b1c691c5816..1ef5d436ffc8d 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.11.0";
+  version = "19.12.0";
 
   src = fetchFromGitHub {
     owner = "stellar";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-48fEVbK5yswPkTwlfemXB2ieAs2+SIM6dspqOBiRKCU=";
+    sha256 = "sha256-WpzUEn3BuC2OxrsqYete595m6YWv27QXnTfW1F6CX9k=";
     fetchSubmodules = true;
   };