microcode{Intel,Amd}: create aliases after rename

Fixes: #340379
Closes: #340398
This commit is contained in:
Martin Weinelt 2024-09-08 01:27:32 +02:00
parent 7da67c754c
commit 2e6956d32e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -970,6 +970,8 @@ mapAliases ({
mdt = md-tui; # Added 2024-09-03
meme = meme-image-generator; # Added 2021-04-21
mess = throw "'mess' has been renamed to/replaced by 'mame'"; # Converted to throw 2023-09-10
microcodeAmd = microcode-amd; # Added 2024-09-08
microcodeIntel = microcode-intel; # Added 2024-09-08
microsoft_gsl = microsoft-gsl; # Added 2023-05-26
MIDIVisualizer = midivisualizer; # Added 2024-06-12
migraphx = throw "'migraphx' has been replaced with 'rocmPackages.migraphx'"; # Added 2023-10-08