summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-06 22:31:48 +0200
committerGitHub <noreply@github.com>2023-03-06 22:31:48 +0200
commit27fe62273f5e90b90568501db471aaa72f4cc7fd (patch)
tree3be600b87b68580354c3774a6d920e21f8e4c1d5
parentfe52fd19bb6c0b1e85044fa9c3df1e5d9500889b (diff)
parente7071b166934180cb2d9808568859b8595983423 (diff)
downloadnixpkgs-27fe62273f5e90b90568501db471aaa72f4cc7fd.tar
nixpkgs-27fe62273f5e90b90568501db471aaa72f4cc7fd.tar.gz
nixpkgs-27fe62273f5e90b90568501db471aaa72f4cc7fd.tar.bz2
nixpkgs-27fe62273f5e90b90568501db471aaa72f4cc7fd.tar.lz
nixpkgs-27fe62273f5e90b90568501db471aaa72f4cc7fd.tar.xz
nixpkgs-27fe62273f5e90b90568501db471aaa72f4cc7fd.tar.zst
nixpkgs-27fe62273f5e90b90568501db471aaa72f4cc7fd.zip
Merge pull request #219058 from r-ryantm/auto-update/stellar-core
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 1a9220b0945..aa50880cf6a 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;
   };