Unverified Commit c474f2a3 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

stellar-core: 19.13.0 -> 19.14.0
parents eec66f0b 85660c94
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };