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

stellar-core: 19.11.0 -> 19.12.0
This commit is contained in:
Pol Dellaiera 2023-07-26 13:24:15 +02:00 committed by GitHub
commit 60d40bb31b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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