stellar-core: 19.13.0 -> 19.14.0

This commit is contained in:
R. Ryantm 2023-10-05 04:10:49 +00:00
parent 9f20229c6c
commit 85660c9416

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "stellar-core";
version = "19.13.0";
version = "19.14.0";
src = fetchFromGitHub {
owner = "stellar";
repo = "stellar-core";
rev = "v${finalAttrs.version}";
hash = "sha256-C775tL+x1IX4kfCM/7gOg/V8xunq/rkhIfdkwkhLENk=";
hash = "sha256-lxBn/T01Tsa7tid3mRJUigUwv9d3BAPZhV9Mp1lywBU=";
fetchSubmodules = true;
};