summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-01 21:56:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-01 21:56:18 +0000
commite7071b166934180cb2d9808568859b8595983423 (patch)
tree1ed32a0a1ce12d572669f0357db11886f1a2e221
parentd2eff09f508dedafb907d8a8212f5fbc7da7ef75 (diff)
downloadnixpkgs-e7071b166934180cb2d9808568859b8595983423.tar
nixpkgs-e7071b166934180cb2d9808568859b8595983423.tar.gz
nixpkgs-e7071b166934180cb2d9808568859b8595983423.tar.bz2
nixpkgs-e7071b166934180cb2d9808568859b8595983423.tar.lz
nixpkgs-e7071b166934180cb2d9808568859b8595983423.tar.xz
nixpkgs-e7071b166934180cb2d9808568859b8595983423.tar.zst
nixpkgs-e7071b166934180cb2d9808568859b8595983423.zip
stellar-core: 19.7.0 -> 19.8.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 9d984803d21..6c6a4fa29a4 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.7.0";
+  version = "19.8.0";
 
   src = fetchFromGitHub {
     owner = "stellar";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-VfaP4EIVsu5JTAV7AX0Ymo44/TD8eUB61CViwf6Hfqw=";
+    sha256 = "sha256-OaJztBOl5rDiCq+s1sXwuX+Yh+LSJtcnGIQeuMANLdU=";
     fetchSubmodules = true;
   };