diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-02-05 22:32:35 -0500 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-02-05 22:32:35 -0500 |
| commit | e0b2ffc3bf9fc3588331eee4ab8819b00de8103d (patch) | |
| tree | f5df63268a9c75960d066f11364a680906f1799d | |
| parent | ldc-1.42.0-beta1 overlay (diff) | |
| -rw-r--r-- | nix-overlays/README | 6 | ||||
| -rw-r--r-- | nix-overlays/ldc/package.nix | 4 | ||||
| -rw-r--r-- | org/nix-develop-dlang-shared.org | 20 |
3 files changed, 22 insertions, 8 deletions
diff --git a/nix-overlays/README b/nix-overlays/README index 4c1879d..8494080 100644 --- a/nix-overlays/README +++ b/nix-overlays/README @@ -16,7 +16,7 @@ compiler and build tools: ldc, dub and dtools, than exist in nixpkgs at the time of publishing, in some cases with additional fixes. nix overlays for (updates nixpkgs, more recent versions of): - - ldc ( 1.30.0 -> 1.42.0-beta1 ) + - ldc ( 1.30.0 -> 1.42.0-beta2 ) - dub ( 1.23.0 -> 1.40.0 ) [for nix versions 1.31.0 ... 1.33.0 broken] - dtools ( 2.095.1 -> 2.110.0 ) @@ -47,13 +47,13 @@ search nixpkgs here: - https://search.nixos.org/packages?channel=unstable&from=0&size=100&sort=relevance&query= ** compilers -*** ldc OK ✓ ( 1.30.0 -> 1.42.0-beta1 ) +*** ldc OK ✓ ( 1.30.0 -> 1.42.0-beta2 ) - https://wiki.dlang.org/LDC - https://github.com/ldc-developers/ldc - https://github.com/ldc-developers/ldc/releases - nix-prefetch-url --unpack https://github.com/ldc-developers/ldc/archive/refs/tags/v1.42.0-beta1.tar.gz + nix-prefetch-url --unpack https://github.com/ldc-developers/ldc/archive/refs/tags/v1.42.0-beta2.tar.gz - https://github.com/ldc-developers/ldc/issues - version in nixpkgs: diff --git a/nix-overlays/ldc/package.nix b/nix-overlays/ldc/package.nix index 80f807e..5b778d4 100644 --- a/nix-overlays/ldc/package.nix +++ b/nix-overlays/ldc/package.nix @@ -32,13 +32,13 @@ in stdenv.mkDerivation (finalAttrs: { pname = "ldc"; - version = "1.42.0-beta1"; + version = "1.42.0-beta2"; src = fetchFromGitHub { owner = "ldc-developers"; repo = "ldc"; rev = "v${finalAttrs.version}"; - hash = "sha256-kWuCdMKRQGzu+pO+dgmqrO37J6hxN5+lu6N0gHFanlg="; + hash = "sha256-O605SQftca34ZzQnKiu8VkQPUSv3bU9m884FqXyFoAs="; fetchSubmodules = true; }; diff --git a/org/nix-develop-dlang-shared.org b/org/nix-develop-dlang-shared.org index 410fab8..ca8650b 100644 --- a/org/nix-develop-dlang-shared.org +++ b/org/nix-develop-dlang-shared.org @@ -179,16 +179,16 @@ sha256 = "<<ldc-hash>>"; - nix-prefetch-url --unpack https://github.com/ldc-developers/ldc/archive/refs/tags/v1.42.0.tar.gz - nix-prefetch-url --unpack https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz -****** beta1 +****** beta2 #+NAME: ldc_version_1_42_0 #+BEGIN_SRC nix -1.42.0-beta1 +1.42.0-beta2 #+END_SRC #+NAME: ldc_hash_1_42_0 #+BEGIN_SRC nix -sha256-kWuCdMKRQGzu+pO+dgmqrO37J6hxN5+lu6N0gHFanlg= +sha256-O605SQftca34ZzQnKiu8VkQPUSv3bU9m884FqXyFoAs= #+END_SRC #+NAME: ldc_llvm_set_1_42_0 @@ -196,6 +196,20 @@ sha256-kWuCdMKRQGzu+pO+dgmqrO37J6hxN5+lu6N0gHFanlg= llvm_20 #+END_SRC +****** beta1 + +#+BEGIN_SRC nix +1.42.0-beta1 +#+END_SRC + +#+BEGIN_SRC nix +sha256-kWuCdMKRQGzu+pO+dgmqrO37J6hxN5+lu6N0gHFanlg= +#+END_SRC + +#+BEGIN_SRC nix +llvm_20 +#+END_SRC + **** 1.41 OK ✓ ***** 1.41.0 OK ✓ |
