summaryrefslogtreecommitdiffhomepage
path: root/org/nix-develop-dlang-shared.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2026-02-05 15:19:46 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2026-02-05 15:22:02 -0500
commit9d90ae2193b3212f71e343ac10e941790454aac8 (patch)
treecbbafd6802f99ce83365b099e217f910d48bc796 /org/nix-develop-dlang-shared.org
parentdub 1.40.0, llvm 20 (diff)
ldc-1.42.0-beta1 overlay
Diffstat (limited to 'org/nix-develop-dlang-shared.org')
-rw-r--r--org/nix-develop-dlang-shared.org34
1 files changed, 29 insertions, 5 deletions
diff --git a/org/nix-develop-dlang-shared.org b/org/nix-develop-dlang-shared.org
index 5c9c631..9ca640b 100644
--- a/org/nix-develop-dlang-shared.org
+++ b/org/nix-develop-dlang-shared.org
@@ -4,12 +4,12 @@
#+FILETAGS: :dlang:develop:shared:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah
+#+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah
#+LANGUAGE: en
#+STARTUP: content hideblocks hidestars noindent entitiespretty
#+PROPERTY: header-args :noweb yes
#+PROPERTY: header-args+ :exports code
-#+PROPERTY: header-args+ :results no
+#+PROPERTY: header-args+ :results silent
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
#+PROPERTY: header-args+ :mkdirp yes
@@ -157,20 +157,44 @@ sha256 = "<<ldc-hash>>";
#+NAME: ldc-version
#+BEGIN_SRC org
-<<ldc_version_1_41_0>>
+<<ldc_version_1_42_0>>
#+END_SRC
#+NAME: ldc-hash
#+BEGIN_SRC org
-<<ldc_hash_1_41_0>>
+<<ldc_hash_1_42_0>>
#+END_SRC
#+NAME: ldc-llvm-set
#+BEGIN_SRC org
-<<ldc_llvm_set_1_41_0>>
+<<ldc_llvm_set_1_42_0>>
#+END_SRC
*** versions
+**** 1.42 OK ✓
+***** 1.42.0 OK ✓
+
+ - 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
+
+#+NAME: ldc_version_1_42_0
+#+BEGIN_SRC nix
+1.42.0-beta1
+#+END_SRC
+
+#+NAME: ldc_hash_1_42_0
+#+BEGIN_SRC nix
+sha256-kWuCdMKRQGzu+pO+dgmqrO37J6hxN5+lu6N0gHFanlg=
+#+END_SRC
+
+#+NAME: ldc_llvm_set_1_42_0
+#+BEGIN_SRC nix
+llvm_20
+#+END_SRC
+
**** 1.41 OK ✓
***** 1.41.0 OK ✓