mdadm: 4.0 -> 4.1
This commit is contained in:
parent
6b3bff4378
commit
e9309a83c1
@ -14,11 +14,11 @@ let
|
|||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mdadm-4.0";
|
name = "mdadm-4.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/utils/raid/mdadm/${name}.tar.xz";
|
url = "mirror://kernel/linux/utils/raid/mdadm/${name}.tar.xz";
|
||||||
sha256 = "1ad3mma641946wn5lsllwf0lifw9lps34fv1nnkhyfpd9krffshx";
|
sha256 = "0jjgjgqijpdp7ijh8slzzjjw690kydb1jjadf0x5ilq85628hxmb";
|
||||||
};
|
};
|
||||||
|
|
||||||
# This is to avoid self-references, which causes the initrd to explode
|
# This is to avoid self-references, which causes the initrd to explode
|
||||||
@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Programs for managing RAID arrays under Linux";
|
description = "Programs for managing RAID arrays under Linux";
|
||||||
homepage = http://neil.brown.name/blog/mdadm;
|
homepage = http://neil.brown.name/blog/mdadm;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
maintainers = with maintainers; [ ekleog ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user