diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-06-03 11:55:37 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-06-03 11:56:41 -0400 |
commit | 95a670c2e5102eb1a3e482b8a1d84f97a18c743a (patch) | |
tree | 283eb3500abbe6a8f227eeaa93f6e2180d0998ca /org/dlang-nix-flakes.org | |
parent | nix dlang overlay ldc-1.38.0 (diff) |
dmd-2.109.0
Diffstat (limited to 'org/dlang-nix-flakes.org')
-rw-r--r-- | org/dlang-nix-flakes.org | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/org/dlang-nix-flakes.org b/org/dlang-nix-flakes.org index 403341a..1ff88fb 100644 --- a/org/dlang-nix-flakes.org +++ b/org/dlang-nix-flakes.org @@ -1515,17 +1515,37 @@ stdenv.mkDerivation { #+NAME: dmd_version #+BEGIN_SRC nix -<<dmd_version_2_108_0>> +<<dmd_version_2_109_0>> #+END_SRC #+NAME: dmd_hash #+BEGIN_SRC nix -<<dmd_hash_2_108_0>> +<<dmd_hash_2_109_0>> #+END_SRC #+NAME: phobos_hash #+BEGIN_SRC nix -<<phobos_hash_2_108_0>> +<<phobos_hash_2_109_0>> +#+END_SRC + +**** 2.109.0 OK ✓ + +- nix-prefetch-url --unpack https://github.com/dlang/dmd/archive/refs/tags/v2.109.0.tar.gz +- nix-prefetch-url --unpack https://github.com/dlang/phobos/archive/refs/tags/v2.109.0.tar.gz + +#+NAME: dmd_version_2_109_0 +#+BEGIN_SRC nix +2.109.0 +#+END_SRC + +#+NAME: dmd_hash_2_109_0 +#+BEGIN_SRC nix +sha256-unAZgyZyT6qomlj6pdlOx4h1SKuDjutl1/0FM9AhBWc= +#+END_SRC + +#+NAME: phobos_hash_2_109_0 +#+BEGIN_SRC nix +sha256-b91FeluFqhmjHd1wwkyq98QzIlwjE646xNj2n6hP3aM= #+END_SRC **** 2.108.0 OK ✓ |