diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-03 23:12:30 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-03 23:12:30 -0500 |
commit | 87b9f3fa58479e96a5beb3fcaa87c9750339338c (patch) | |
tree | c5b6c0f4eb4f6081f1d3672e70d3dedd200b9a4c /nix-overlays/ldc | |
parent | nix build housekeeping, ldc, follow nixpkgs build (diff) |
ldc2 overlay default set: ldc2-1.40.0-beta5
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 112a9ee..64c66db 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.39.0"; + version = "1.40.0-beta5"; src = fetchFromGitHub { owner = "ldc-developers"; repo = "ldc"; rev = "v${finalAttrs.version}"; - hash = "sha256-ZiG0ATsY6Asu2nus3Y404fvqIwtKYoHl1JRUDU5A6mo="; + hash = "sha256-AaH5xw4hA0LHVx9SU3E+CIZKUHyjJ4TiPaoJnmQZJx4="; fetchSubmodules = true; }; |