diff options
Diffstat (limited to 'org')
| -rw-r--r-- | org/nixpkgs_overlays_d_related.org | 28 | 
1 files changed, 24 insertions, 4 deletions
| diff --git a/org/nixpkgs_overlays_d_related.org b/org/nixpkgs_overlays_d_related.org index 80cbc1b..69bede8 100644 --- a/org/nixpkgs_overlays_d_related.org +++ b/org/nixpkgs_overlays_d_related.org @@ -497,7 +497,7 @@ will automatically build the default development shell, perhaps unecessary  pkgs.callPackage ./shell.nix {}  #+END_SRC -* nixpkgs overlays ( written to ./dlang-nix-flakes/nix-overlays/ ) +* nixpkgs overlays ( written to ../dlang-nix-flakes/nix-overlays/ )  ** ldc OK ✓  *** info  **** links @@ -1390,17 +1390,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 ✓ | 
