Skip to content

Commit d395b30

Browse files
authoredMar 24, 2025
ldc: 1.39.0 -> 1.40.1 (#392211)
2 parents 0f48f55 + 1671c4d commit d395b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/by-name/ld/ldc/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ in
3131

3232
stdenv.mkDerivation (finalAttrs: {
3333
pname = "ldc";
34-
version = "1.39.0";
34+
version = "1.40.1";
3535

3636
src = fetchFromGitHub {
3737
owner = "ldc-developers";
3838
repo = "ldc";
3939
rev = "v${finalAttrs.version}";
40-
hash = "sha256-ZiG0ATsY6Asu2nus3Y404fvqIwtKYoHl1JRUDU5A6mo=";
40+
hash = "sha256-WdnwdH25A5oMNNY3uWG2hxnaAT+S1hNuP7LElH3uuuk=";
4141
fetchSubmodules = true;
4242
};
4343

0 commit comments

Comments
 (0)
Failed to load comments.