diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-10-15 17:45:40 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-10-15 21:17:57 -0400 |
commit | 12f33948fbd859b3775202858e3e06eab399d606 (patch) | |
tree | 6b5302fccd6f04539b8db353ce4c968f1fe0938f /nix-overlays/ldc | |
parent | housekeeping, updates incl. ldc-1.34.0, dub-1.34.0 (diff) |
updates incl. ldc-1.35.0, direnv-2.4.0
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 2e34ac8..8624e64 100644 --- a/nix-overlays/ldc/default.nix +++ b/nix-overlays/ldc/default.nix @@ -1,4 +1,4 @@ import ./generic.nix { - version = "1.34.0"; - sha256 = "sha256-MAXG6ceSWFOMg5eXZnZ6WePXTzy5CsLLDc5ddXO+txk="; + version = "1.35.0"; + sha256 = "sha256-bilpk3BsdsCT5gkTmqCz+HBDVfoPN1b2dY141EIm36A="; } |