about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-09-30 06:56:02 -0500
committerGitHub <noreply@github.com>2022-09-30 06:56:02 -0500
commit43090390344e1e94c94693ec5404b5864343c33e (patch)
treeb002cdfe682f9c86e09522d2a848ff6c9ab2eab2
parent46383ed8b08cad36d390dd986420580b64d04c1d (diff)
parent06fc5051b8424aeb5d552735ff9451082fa068da (diff)
Merge pull request #193133 from r-ryantm/auto-update/stellar-core
stellar-core: 19.3.0 -> 19.4.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 d57b94e653df8..fbbd05be46ed6 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.3.0";
+  version = "19.4.0";
 
   src = fetchFromGitHub {
     owner = "stellar";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-6untHS4+2CyYfGQdbACjEbE+aSirjNk7LxOO2BWDZEM=";
+    sha256 = "sha256-pgwLCtlj2Ak34KfE+ffIxQ1Z4Epxm3f1Y2aqYOIlLUc=";
     fetchSubmodules = true;
   };