mdadm: Make 4.0 the default

4.0 has been out for a year without another upstream release, so
presumably 4.x's quite stable enough (and already in Arch & Debian
Buster for instance).
This commit is contained in:
Tuomas Tynkkynen
2018-01-27 22:22:52 +02:00
parent 8ecadc1250
commit 2f39b19535
3 changed files with 4 additions and 50 deletions

View File

@@ -13200,8 +13200,8 @@ with pkgs;
mbpfan = callPackage ../os-specific/linux/mbpfan { };
mdadm = callPackage ../os-specific/linux/mdadm { };
mdadm4 = callPackage ../os-specific/linux/mdadm/4.nix { };
mdadm = mdadm4;
mdadm4 = callPackage ../os-specific/linux/mdadm { };
mingetty = callPackage ../os-specific/linux/mingetty { };