diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-02-05 22:32:35 -0500 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-02-05 22:32:35 -0500 |
| commit | e0b2ffc3bf9fc3588331eee4ab8819b00de8103d (patch) | |
| tree | f5df63268a9c75960d066f11364a680906f1799d /nix-overlays/ldc | |
| parent | ldc-1.42.0-beta1 overlay (diff) | |
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 80f807e..5b778d4 100644 --- a/nix-overlays/ldc/package.nix +++ b/nix-overlays/ldc/package.nix @@ -32,13 +32,13 @@ in stdenv.mkDerivation (finalAttrs: { pname = "ldc"; - version = "1.42.0-beta1"; + version = "1.42.0-beta2"; src = fetchFromGitHub { owner = "ldc-developers"; repo = "ldc"; rev = "v${finalAttrs.version}"; - hash = "sha256-kWuCdMKRQGzu+pO+dgmqrO37J6hxN5+lu6N0gHFanlg="; + hash = "sha256-O605SQftca34ZzQnKiu8VkQPUSv3bU9m884FqXyFoAs="; fetchSubmodules = true; }; |
