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

stellar-core: 18.5.0 -> 19.3.0
This commit is contained in:
Raghav Sood 2022-08-06 14:01:30 +08:00 committed by GitHub
commit 71a2c5ebf3
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 = "18.5.0";
version = "19.3.0";
src = fetchFromGitHub {
owner = "stellar";
repo = pname;
rev = "v${version}";
sha256 = "sha256-wEi22R4zb8d5CJV5eWb776Yob8B6Ok4FrbYI0SGM0H8=";
sha256 = "sha256-6untHS4+2CyYfGQdbACjEbE+aSirjNk7LxOO2BWDZEM=";
fetchSubmodules = true;
};