diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-09 18:20:16 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-09 18:20:16 -0500 |
commit | 995c0384108997e599534c1e3373cf8619bd7ce1 (patch) | |
tree | 6851366bf046235d0c16e57fe8fbe5141412b4ba /nix-overlays/ldc/package.nix | |
parent | nix build, dub, take account of nixpkgs build changes (diff) |
Diffstat (limited to 'nix-overlays/ldc/package.nix')
-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 64c66db..54b3fcc 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-beta5"; + version = "1.40.0-beta6"; src = fetchFromGitHub { owner = "ldc-developers"; repo = "ldc"; rev = "v${finalAttrs.version}"; - hash = "sha256-AaH5xw4hA0LHVx9SU3E+CIZKUHyjJ4TiPaoJnmQZJx4="; + hash = "sha256-ErwbOw69HX9epUe8rxzL8Px7iAlZUnfrB9Erq124JnE="; fetchSubmodules = true; }; |