diff options
Diffstat (limited to 'org/dlang-nix-flakes.org')
-rw-r--r-- | org/dlang-nix-flakes.org | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/org/dlang-nix-flakes.org b/org/dlang-nix-flakes.org index 55f3a8c..9e12692 100644 --- a/org/dlang-nix-flakes.org +++ b/org/dlang-nix-flakes.org @@ -948,33 +948,33 @@ sha256 = "<<ldc_hash>>"; #+NAME: ldc_version #+BEGIN_SRC nix -<<ldc_version_1_39_0>> +<<ldc_version_1_40_0>> #+END_SRC #+NAME: ldc_hash #+BEGIN_SRC nix -<<ldc_hash_1_39_0>> +<<ldc_hash_1_40_0>> #+END_SRC #+NAME: ldc_llvm_set #+BEGIN_SRC nix -<<ldc_llvm_set_1_39_0>> +<<ldc_llvm_set_1_40_0>> #+END_SRC **** 1.40 OK ✓ ***** 1.40.0 OK ✓ - - nix-prefetch-url --unpack https://github.com/ldc-developers/ldc/archive/refs/tags/v1.40.0-beta4.tar.gz + - nix-prefetch-url --unpack https://github.com/ldc-developers/ldc/archive/refs/tags/v1.40.0-beta5.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_40_0 #+BEGIN_SRC nix -1.40.0-beta4 +1.40.0-beta5 #+END_SRC #+NAME: ldc_hash_1_40_0 #+BEGIN_SRC nix -sha256-AzUlWfbG/e/l9kQY3rHq+BkZAW1sRrUAAeB8yIoWZ6Q= +sha256-AaH5xw4hA0LHVx9SU3E+CIZKUHyjJ4TiPaoJnmQZJx4= #+END_SRC #+NAME: ldc_llvm_set_1_40_0 |