Merge pull request #302884 from errnoh/update-goxlr
goxlr-utility: 1.0.0 -> 1.1.1
This commit is contained in:
commit
1c3dbd16ce
5619
pkgs/tools/audio/goxlr-utility/Cargo.lock
generated
Normal file
5619
pkgs/tools/audio/goxlr-utility/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -10,16 +10,24 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "goxlr-utility";
|
pname = "goxlr-utility";
|
||||||
version = "1.0.0";
|
version = "1.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GoXLR-on-Linux";
|
owner = "GoXLR-on-Linux";
|
||||||
repo = "goxlr-utility";
|
repo = "goxlr-utility";
|
||||||
rev = "v${version}";
|
# v1.1.1 was released with broken Cargo.lock so we'll use later commit where it was fixed
|
||||||
hash = "sha256-QKL2iKfn05P20MwT+RAeVzUUyv6FWtxMWuBI+4MgXlQ=";
|
rev = "26a818366e7f28802592baa463bb57fc9eccbe27";
|
||||||
|
hash = "sha256-tUAZSfoC9bp7gK884nVGumtcLb2LAw+zQRSoVS8r+QI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-LVObMspxhZkK81BjolTZZwoeMunzVwdEWWJAt/aOjZA=";
|
cargoLock = {
|
||||||
|
lockFile = ./Cargo.lock;
|
||||||
|
outputHashes = {
|
||||||
|
"ksni-0.2.1" = "sha256-cq3PAqkiYEv4MW5CtT7eau38Mf4uxdJ1C2fw640RXzI=";
|
||||||
|
"tasklist-0.2.13" = "sha256-DMaVOo1TSIyjspybok1y07oNxGjHaPSC6qe4NmDfNgE=";
|
||||||
|
"xpc-connection-sys-0.1.1" = "sha256-bzxzzTwPwa7flt8Jm9OcoBLwp3zn/V5WS2hTZjXV1/M=";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libpulseaudio
|
libpulseaudio
|
||||||
@ -63,3 +71,4 @@ rustPlatform.buildRustPackage rec {
|
|||||||
maintainers = with maintainers; [ errnoh ];
|
maintainers = with maintainers; [ errnoh ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user