Commit 2b051127 authored by R. RyanTM's avatar R. RyanTM
Browse files

ldc: 1.38.0 -> 1.39.0

parent 381a94c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "ldc";
  version = "1.38.0";
  version = "1.39.0";

  src = fetchFromGitHub {
    owner = "ldc-developers";
    repo = "ldc";
    rev = "v${finalAttrs.version}";
    hash = "sha256-d/UREh+fHRRh0r3H60uPjHute+qspcm9TBFWZMbGDxk=";
    hash = "sha256-ZiG0ATsY6Asu2nus3Y404fvqIwtKYoHl1JRUDU5A6mo=";
    fetchSubmodules = true;
  };