dtools: 2.095.1 -> 2.103.1

This also fixes the broken Hydra build.

For ZHF #230712 at the #ZurichZHF hackathon!
This commit is contained in:
Timon Stampfli 2023-05-27 14:21:21 +02:00
parent 7a14867b5b
commit 9751fb4c9a

View file

@ -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";
};