usbutils: 010 -> 012

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/usbutils/versions
This commit is contained in:
R. RyanTM 2019-05-13 03:45:34 -07:00 committed by Frederik Rietdijk
parent f02bbfc0ea
commit d1419b9df0

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, substituteAll, autoreconfHook, pkgconfig, libusb1, hwdata , python3 }:
stdenv.mkDerivation rec {
name = "usbutils-010";
name = "usbutils-012";
src = fetchurl {
url = "mirror://kernel/linux/utils/usb/usbutils/${name}.tar.xz";
sha256 = "06aag4jfgsfjxk563xsp9ik9nadihmasrr37a1gb0vwqni5kdiv1";
sha256 = "0iiy0q7fzikavmdsjsb0sl9kp3gfh701qwyjjccvqh0qz4jlcqw8";
};
patches = [