Update pkgs/development/tools/dtools/default.nix

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
Lio李歐 2021-11-24 00:05:33 -08:00 committed by GitHub
parent 894e594d04
commit d051071e20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
patches = [
(fetchpatch {
url = "https://github.com/dlang/tools/pull/441.patch"; # Fix LDC arm64 build
# part of https://github.com/dlang/tools/pull/441
url = "https://github.com/dlang/tools/commit/6c6a042d1b08e3ec1790bd07a7f69424625ee866.patch"; # Fix LDC arm64 build
sha256 = "sha256-x6EclTYN1Y5FG57KLhbBK0BZicSYcZoWO7MTVcP4T18=";
})
];