summaryrefslogtreecommitdiffstats
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)
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 1a9220b09453..aa50880cf6ac 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;
};