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:
commit
11ef41e55f
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libusb-compat";
|
pname = "libusb-compat";
|
||||||
version = "0.1.7";
|
version = "0.1.8";
|
||||||
|
|
||||||
outputs = [ "out" "dev" ]; # get rid of propagating systemd closure
|
outputs = [ "out" "dev" ]; # get rid of propagating systemd closure
|
||||||
outputBin = "dev";
|
outputBin = "dev";
|
||||||
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "libusb";
|
owner = "libusb";
|
||||||
repo = "libusb-compat-0.1";
|
repo = "libusb-compat-0.1";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1nybccgjs14b3phhaycq2jx1gym4nf6sghvnv9qdfmlqxacx0jz5";
|
sha256 = "sha256-pAPERYSxoc47gwpPUoMkrbK8TOXyx03939vlFN0hHRg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = lib.optional stdenv.hostPlatform.isMusl ./fix-headers.patch;
|
patches = lib.optional stdenv.hostPlatform.isMusl ./fix-headers.patch;
|
||||||
|
Loading…
Reference in New Issue
Block a user