ldc: 1.39.0 -> 1.40.1 (#392211)

This commit is contained in:
Weijia Wang
2025-03-24 23:38:27 +01:00
committed by GitHub
+2 -2
View File
@@ -31,13 +31,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "ldc";
version = "1.39.0";
version = "1.40.1";
src = fetchFromGitHub {
owner = "ldc-developers";
repo = "ldc";
rev = "v${finalAttrs.version}";
hash = "sha256-ZiG0ATsY6Asu2nus3Y404fvqIwtKYoHl1JRUDU5A6mo=";
hash = "sha256-WdnwdH25A5oMNNY3uWG2hxnaAT+S1hNuP7LElH3uuuk=";
fetchSubmodules = true;
};