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.
launchpad/nixpkgs/master
Alyssa Ross 3 years ago
parent 01640c00b2
commit 593f8bde3c
  1. 4
      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;

Loading…
Cancel
Save