diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-03-22 13:44:51 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-03-22 13:44:54 -0400 |
commit | bc2c4e51320599fb18d457c7e0e1b5d10223f666 (patch) | |
tree | 379e91d16b9e40183689be6e1ab3206bb72245d4 /nix-overlays/dmd/package.nix | |
parent | sisudoc-spine upkeep, minor, a file renamed (diff) |
overlays at ldc-1.40.1, dub-1.39.0, dtools-2.110.0
- 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="; +} |