diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-03-22 14:03:51 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-03-22 14:04:01 -0400 |
commit | 775413f4d18bb1f0150011ce8870e1a387702fd6 (patch) | |
tree | 1ca006cd4dde488b5be19b98f22c61b6bdb48287 /nix-overlays/dmd/package.nix | |
parent | nix dlang overlay dmd-2.110.0 (diff) |
- following nixpkgs pretty much
- ldc-1.40.1 (based on D 2.110.0)
- dub-1.39.0
- dtools-2.110.0 (overlay changes)
Diffstat (limited to 'nix-overlays/dmd/package.nix')
-rw-r--r-- | nix-overlays/dmd/package.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nix-overlays/dmd/package.nix b/nix-overlays/dmd/package.nix new file mode 100644 index 0000000..69a9f75 --- /dev/null +++ b/nix-overlays/dmd/package.nix @@ -0,0 +1,5 @@ +import ./generic.nix { + version = "2.110.0"; + dmdHash = "sha256-icXp9xWF2AI2gp7z/lQFAChmXfQePe9b5pbpQ9Mn19Y="; + phobosHash = "sha256-CmJpcHM+sIsaYBlpALCFoQFG+93s8gUyWmM0tYqjXkk="; +} |