Merge pull request #134482 from r-ryantm/auto-update/usbutils

usbutils: 013 -> 014
This commit is contained in:
Timothy DeHerrera 2021-08-17 14:47:56 -06:00 committed by GitHub
commit 1594c64eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ lib, stdenv, fetchurl, substituteAll, autoreconfHook, pkg-config, libusb1, hwdata , python3 }: { lib, stdenv, fetchurl, substituteAll, autoreconfHook, pkg-config, libusb1, hwdata , python3 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "usbutils-013"; name = "usbutils-014";
src = fetchurl { src = fetchurl {
url = "mirror://kernel/linux/utils/usb/usbutils/${name}.tar.xz"; url = "mirror://kernel/linux/utils/usb/usbutils/${name}.tar.xz";
sha256 = "0f0klk6d3hmbpf6p4dcwa1qjzblmkhbxs1wsw87aidvqri7lj8wy"; sha256 = "sha256-Ogec+tYFYCJ7ZxkkgteBO/ljJvy7ZsBCVIOXFfJ2/Gk=";
}; };
patches = [ patches = [