dmd: 2.085.1 -> 2.091.1

Apply patch dlang/dmd#11053
This commit is contained in:
Lionello Lunesu
2020-04-29 07:31:52 +08:00
parent c01ac3ed12
commit 6c9beaa744
3 changed files with 83 additions and 12 deletions
@@ -0,0 +1,9 @@
{ callPackage }:
callPackage ./binary.nix {
version = "2.090.1";
hashes = {
# Get these from `nix-prefetch-url http://downloads.dlang.org/releases/2.x/2.090.1/dmd.2.090.1.linux.tar.xz` etc..
osx = "0rbn7j4dr3q0y09fblpj999bi063pi4230rqd5xgd3gwxxa0cz7l";
linux = "1vk6lsvd6y7ccvffd23yial4ig90azaxf2rxc6yvidqd1qhan807";
};
}