mdevd: 0.1.3.0 -> 0.1.4.0

• skalibs dependency bumped to 2.10.0.3.
• New +, - and & command directives supported in mdev.conf. These
  directives spawn a command interpreted by the execlineb program
  launcher instead of /bin/sh.
This commit is contained in:
Alyssa Ross 2021-06-15 13:22:51 +00:00
parent 01640c00b2
commit 593f8bde3c

View file

@ -4,8 +4,8 @@ with skawarePackages;
buildPackage {
pname = "mdevd";
version = "0.1.3.0";
sha256 = "0spvw27xxd0m6j8bl8xysmgsx18fl769smr6dsh25s2d5h3sp2dy";
version = "0.1.4.0";
sha256 = "1lnwk7qa6x7iia0v12i2jckg42ypi35hk3sa7cjm23ngnhiv5lzz";
description = "mdev-compatible Linux hotplug manager daemon";
platforms = lib.platforms.linux;