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.

+2 -2
+2 -2
pkgs/os-specific/linux/mdevd/default.nix
··· 4 4 5 5 buildPackage { 6 6 pname = "mdevd"; 7 - version = "0.1.3.0"; 8 - sha256 = "0spvw27xxd0m6j8bl8xysmgsx18fl769smr6dsh25s2d5h3sp2dy"; 7 + version = "0.1.4.0"; 8 + sha256 = "1lnwk7qa6x7iia0v12i2jckg42ypi35hk3sa7cjm23ngnhiv5lzz"; 9 9 10 10 description = "mdev-compatible Linux hotplug manager daemon"; 11 11 platforms = lib.platforms.linux;