Commit 9751fb4c authored by Timon Stampfli's avatar Timon Stampfli
Browse files

dtools: 2.095.1 -> 2.103.1

This also fixes the broken Hydra build.

For ZHF #230712 at the #ZurichZHF hackathon!
parent 7a14867b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "dtools";
  version = "2.095.1";
  version = "2.103.1";

  src = fetchFromGitHub {
    owner = "dlang";
    repo = "tools";
    rev = "v${version}";
    sha256 = "sha256:0rdfk3mh3fjrb0h8pr8skwlq6ac9hdl1fkrkdl7n1fa2806b740b";
    sha256 = "sha256-XM4gUxcarQCOBR8W/o0iWAI54PyLDkH6CsDce22Cnu4=";
    name = "dtools";
  };