Merge pull request #320014 from r-ryantm/auto-update/dtools

dtools: 2.108.0 -> 2.109.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-16 08:30:28 +00:00 committed by GitHub
commit 5fa29cc3ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dtools";
version = "2.108.0";
version = "2.109.0";
src = fetchFromGitHub {
owner = "dlang";
repo = "tools";
rev = "v${finalAttrs.version}";
hash = "sha256-YEBUgJPG/+WN4MnQUNAVftZM0ULxZZzpHoOozXua46U=";
hash = "sha256-C4hSs4zsFC8hWkhmDmNzVfK7Ctfnd1IQUphibUPiVzE=";
name = "dtools";
};