From 593f8bde3c97f5202d762d8195c295ebc03665da Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 15 Jun 2021 13:22:51 +0000 Subject: mdevd: 0.1.3.0 -> 0.1.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • 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. --- pkgs/os-specific/linux/mdevd/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/mdevd/default.nix b/pkgs/os-specific/linux/mdevd/default.nix index b88e3ad1e6f..58299ba5e87 100644 --- a/pkgs/os-specific/linux/mdevd/default.nix +++ b/pkgs/os-specific/linux/mdevd/default.nix @@ -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; -- cgit 1.4.1