Unverified Commit 8cb786ad authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

Merge pull request #324598 from r-ryantm/auto-update/ldc

ldc: 1.38.0 -> 1.39.0
parents 2d7a6fdc 2b051127
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;
  };