Skip to content

Commit

Permalink
Merge pull request #324598 from r-ryantm/auto-update/ldc
Browse files Browse the repository at this point in the history
ldc: 1.38.0 -> 1.39.0
  • Loading branch information
nixpkgs-merge-bot[bot] authored Jul 4, 2024
2 parents 2d7a6fd + 2b05112 commit 8cb786a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ld/ldc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 8cb786a

Please sign in to comment.