summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-05 04:44:31 +0100
committerGitHub <noreply@github.com>2023-02-05 04:44:31 +0100
commitdc7041b1542f6c47f31f79a81c83b76a88b232b8 (patch)
treef0af0da1cad6975090afdbd480363e742e18b88e
parent25ecbf1056b718551d064ad0144f3d1b946bc4b0 (diff)
parent11dc4cf80bb23e673055fc271884512ce017bb38 (diff)
Merge pull request #214509 from r-ryantm/auto-update/stellar-core
stellar-core: 19.6.0 -> 19.7.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 8f3fd4b1c886..9d984803d219 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.6.0";
+ version = "19.7.0";
src = fetchFromGitHub {
owner = "stellar";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-lDefmPZM8ow6t5CpNBxef+9BoT773p5UgeMhgF+em2w=";
+ sha256 = "sha256-VfaP4EIVsu5JTAV7AX0Ymo44/TD8eUB61CViwf6Hfqw=";
fetchSubmodules = true;
};