Merge pull request #235759 from r-ryantm/auto-update/stellar-core

stellar-core: 19.10.0 -> 19.11.0
This commit is contained in:
Weijia Wang 2023-06-04 18:57:53 +02:00 committed by GitHub
commit 0275eeda45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "stellar-core"; pname = "stellar-core";
version = "19.10.0"; version = "19.11.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stellar"; owner = "stellar";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-BcZsj2TbeJW91aiZ2I7NbDa+rgjfs6lQUsWOnhFQXtw="; sha256 = "sha256-48fEVbK5yswPkTwlfemXB2ieAs2+SIM6dspqOBiRKCU=";
fetchSubmodules = true; fetchSubmodules = true;
}; };