diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-03-21 12:24:39 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-03-21 12:26:29 -0400 | 
| commit | 860052e3f3ca87e041278a06e2914fa5ae3527bf (patch) | |
| tree | 8169b26b9cd4843ed1f20a29e3514662ce31775b /nix-overlays/ldc | |
| parent | dmd-2.110.0 (diff) | |
ldc-1.40.1 (based on D 2.110.0) - overlay
Diffstat (limited to 'nix-overlays/ldc')
| -rw-r--r-- | nix-overlays/ldc/package.nix | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/nix-overlays/ldc/package.nix b/nix-overlays/ldc/package.nix index c20084c..69a6457 100644 --- a/nix-overlays/ldc/package.nix +++ b/nix-overlays/ldc/package.nix @@ -30,13 +30,13 @@ in  stdenv.mkDerivation (finalAttrs: {    pname = "ldc"; -  version = "1.40.0"; +  version = "1.40.1";    src = fetchFromGitHub {      owner = "ldc-developers";      repo = "ldc";      rev = "v${finalAttrs.version}"; -    hash = "sha256-LT85DlAebecPpBUgZP0ayKTVrTUqN6DMJVEWTatLOxY="; +    hash = "sha256-WdnwdH25A5oMNNY3uWG2hxnaAT+S1hNuP7LElH3uuuk=";      fetchSubmodules = true;    }; | 
