diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-01-06 17:45:43 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-01-06 17:45:43 -0500 |
commit | c75029a274fad4b51114561850b5f2db61a7e23a (patch) | |
tree | f9661e87ae84e984ca577bd643a81ce71a947fd6 /nix-overlays/ldc | |
parent | 2024 (diff) |
ldc-1.36.0 & dub-1.35.0 (& removed old/superseded beta versions)
Diffstat (limited to 'nix-overlays/ldc')
-rw-r--r-- | nix-overlays/ldc/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix-overlays/ldc/default.nix b/nix-overlays/ldc/default.nix index 8624e64..6b07612 100644 --- a/nix-overlays/ldc/default.nix +++ b/nix-overlays/ldc/default.nix @@ -1,4 +1,4 @@ import ./generic.nix { - version = "1.35.0"; - sha256 = "sha256-bilpk3BsdsCT5gkTmqCz+HBDVfoPN1b2dY141EIm36A="; + version = "1.36.0"; + sha256 = "sha256-oAx5BzEjqIfBf0Rsd4KklVajUSo9Natna31Trhu41u8="; } |