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

ldc: 1.38.0 -> 1.39.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-07-04 20:48:28 +00:00 committed by GitHub
commit 8cb786adbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};