Unverified Commit d395b30f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

ldc: 1.39.0 -> 1.40.1 (#392211)

parents 0f48f55b 1671c4d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };