Merge pull request #201871 from r-ryantm/auto-update/libusb-compat-0_1

libusb-compat-0_1: 0.1.7 -> 0.1.8
This commit is contained in:
Weijia Wang 2023-03-17 15:50:10 +02:00 committed by GitHub
commit 11ef41e55f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
stdenv.mkDerivation rec {
pname = "libusb-compat";
version = "0.1.7";
version = "0.1.8";
outputs = [ "out" "dev" ]; # get rid of propagating systemd closure
outputBin = "dev";
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
owner = "libusb";
repo = "libusb-compat-0.1";
rev = "v${version}";
sha256 = "1nybccgjs14b3phhaycq2jx1gym4nf6sghvnv9qdfmlqxacx0jz5";
sha256 = "sha256-pAPERYSxoc47gwpPUoMkrbK8TOXyx03939vlFN0hHRg=";
};
patches = lib.optional stdenv.hostPlatform.isMusl ./fix-headers.patch;