diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-03-01 16:54:26 -0500 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-03-01 16:55:25 -0500 |
| commit | 6a7a3ea70aa5b442faf450f7a0f5fe0db1c2cd53 (patch) | |
| tree | 815c3cdafe83d6b6cea7690f637f4cacfc792f20 /nix-overlays/ldc | |
| parent | ldc-1.42.0-beta2 overlay (diff) | |
Diffstat (limited to 'nix-overlays/ldc')
| -rw-r--r-- | nix-overlays/ldc/package.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nix-overlays/ldc/package.nix b/nix-overlays/ldc/package.nix index 5b778d4..75eb898 100644 --- a/nix-overlays/ldc/package.nix +++ b/nix-overlays/ldc/package.nix @@ -11,7 +11,7 @@ targetPackages, cmake, ninja, - llvm_20, + llvm_21, curl, tzdata, lit, @@ -32,13 +32,13 @@ in stdenv.mkDerivation (finalAttrs: { pname = "ldc"; - version = "1.42.0-beta2"; + version = "1.42.0"; src = fetchFromGitHub { owner = "ldc-developers"; repo = "ldc"; rev = "v${finalAttrs.version}"; - hash = "sha256-O605SQftca34ZzQnKiu8VkQPUSv3bU9m884FqXyFoAs="; + hash = "sha256-adA14tx/bruGvHVoODz13f8h/U2ol1lK0ytxnypsLv8="; fetchSubmodules = true; }; @@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: { ''; nativeBuildInputs = [ - cmake ldcBootstrap lit lit.python llvm_20.dev makeWrapper ninja unzip + cmake ldcBootstrap lit lit.python llvm_21.dev makeWrapper ninja unzip ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ # https://github.com/NixOS/nixpkgs/pull/36378#issuecomment-385034818 gdb |
