aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/nix-develop-dlang-shared.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/nix-develop-dlang-shared.org')
-rw-r--r--org/nix-develop-dlang-shared.org48
1 files changed, 41 insertions, 7 deletions
diff --git a/org/nix-develop-dlang-shared.org b/org/nix-develop-dlang-shared.org
index 52f2ec3..005d7f7 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 output none
+#+PROPERTY: header-args+ :results silent
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
#+PROPERTY: header-args+ :mkdirp yes
@@ -27,6 +27,7 @@ check for latest version:
update direnv version and sha hash:
- emacs org/nix-develop-dlang-shared.org
+- direnv fetchurl https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.0/direnvrc
re-tangle file:
@@ -40,16 +41,28 @@ update flake.lock:
#+NAME: direnv-version
#+BEGIN_SRC org
-<<direnv_version_3_0_7>>
+<<direnv_version_3_1_0>>
#+END_SRC
#+NAME: direnv-hash
#+BEGIN_SRC org
-<<direnv_hash_3_0_7>>
+<<direnv_hash_3_1_0>>
#+END_SRC
*** versions
+**** 3.1.0
+
+#+NAME: direnv_version_3_1_0
+#+BEGIN_SRC org
+3.1.0
+#+END_SRC
+
+#+NAME: direnv_hash_3_1_0
+#+BEGIN_SRC org
+sha256-yMJ2OVMzrFaDPn7q8nCBZFRYpL/f0RcHzhmw/i6btJM=
+#+END_SRC
+
**** 3.0.7
#+NAME: direnv_version_3_0_7
@@ -159,20 +172,41 @@ 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
+
+#+NAME: ldc_version_1_42_0
+#+BEGIN_SRC nix
+1.42.0
+#+END_SRC
+
+#+NAME: ldc_hash_1_42_0
+#+BEGIN_SRC nix
+sha256-adA14tx/bruGvHVoODz13f8h/U2ol1lK0ytxnypsLv8=
+#+END_SRC
+
+#+NAME: ldc_llvm_set_1_42_0
+#+BEGIN_SRC nix
+llvm_21
+#+END_SRC
+
**** 1.41 OK ✓
***** 1.41.0 OK ✓