dmd: 2.109.1 -> 2.110.0 (#388129)

This commit is contained in:
Peder Bergebakken Sundt 2025-03-20 04:33:30 +01:00 committed by GitHub
commit 4fc4989d44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -86,7 +86,7 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-N21mAPfaTo+zGCip4njejasraV5IsWVqlGR5eOdFZZE=";
})
]
++ lib.optionals (lib.versionOlder version "2.110.0") [
++ [
(fetchpatch {
url = "https://github.com/dlang/dmd/commit/fdd25893e0ac04893d6eba8652903d499b7b0dfc.patch";
stripLen = 1;

View File

@ -1,5 +1,5 @@
import ./generic.nix {
version = "2.109.1";
dmdHash = "sha256-3nCDPZnb4eQZmhYYxcH6qOmsP8or0KYuzAa5g/C9xdU=";
phobosHash = "sha256-73I0k7tCBwe5tl4K6uMs3/nT2JTZ2SppFYzmokS4W5Y=";
version = "2.110.0";
dmdHash = "sha256-icXp9xWF2AI2gp7z/lQFAChmXfQePe9b5pbpQ9Mn19Y=";
phobosHash = "sha256-CmJpcHM+sIsaYBlpALCFoQFG+93s8gUyWmM0tYqjXkk=";
}