diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-11-09 13:56:05 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-11-09 14:29:46 -0500 |
commit | d58389463a95647f49e4bae03bc2eb81be957f9c (patch) | |
tree | 723dadf8d01c9d4b8d7240e1a6c2f5edb3e5e0d3 /nixDevEnv/overlays/ldcVersion.nix | |
parent | ldc-1.23.0 overlay for nixos 20.09 (diff) |
ldc current, ldc-1.24.0 available on nix 21.03
- without version overlay
Diffstat (limited to 'nixDevEnv/overlays/ldcVersion.nix')
-rw-r--r-- | nixDevEnv/overlays/ldcVersion.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixDevEnv/overlays/ldcVersion.nix b/nixDevEnv/overlays/ldcVersion.nix index 688394d..5990004 100644 --- a/nixDevEnv/overlays/ldcVersion.nix +++ b/nixDevEnv/overlays/ldcVersion.nix @@ -1,7 +1,7 @@ self: super: rec { pname = "ldc"; - version = "1.23.0"; - sha256 = "1fdgj222x29as466vdxy9c0m82zzlsb7vnvvh89n2riszcrx463d"; + version = "1.24.0"; + sha256 = "0g5svf55i0kq55q49awmwqj9qi1n907cyrn1vjdjgs8nx6nn35gx"; ldc = super.ldc.overrideAttrs(oldAttrs: rec { inherit pname version sha256; name = "${pname}-${version}"; |