fetchurl: add codemirror.dlang.org to the list of dub mirrors

code.dlang.org actually went down recently, hopefully this should
make that a bit less likely to happen in the future.

authored by binarycat and committed by tomf eaf5ec98 f2d7a289

+1
+1
pkgs/build-support/fetchurl/mirrors.nix
··· 315 # D DUB 316 dub = [ 317 "https://code.dlang.org/packages/" 318 ]; 319 320 # Haskell Hackage
··· 315 # D DUB 316 dub = [ 317 "https://code.dlang.org/packages/" 318 + "https://codemirror.dlang.org/packages/" 319 ]; 320 321 # Haskell Hackage