Merge pull request #266604 from r-ryantm/auto-update/goxlr-utility

goxlr-utility: 0.12.6 -> 1.0.0
This commit is contained in:
Pierre Bourdon 2023-11-12 03:23:03 +01:00 committed by GitHub
commit 8ee39d83a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "goxlr-utility";
version = "0.12.6";
version = "1.0.0";
src = fetchFromGitHub {
owner = "GoXLR-on-Linux";
repo = "goxlr-utility";
rev = "v${version}";
hash = "sha256-vvaKCsqncRhag8IrS0AIfNqNHGU2WIvFaYISEVfUB2Y=";
hash = "sha256-QKL2iKfn05P20MwT+RAeVzUUyv6FWtxMWuBI+4MgXlQ=";
};
cargoHash = "sha256-Z57H5YeVYqlOaLRLaizVw8xTLstdjyXutnN7OgaUYOE=";
cargoHash = "sha256-LVObMspxhZkK81BjolTZZwoeMunzVwdEWWJAt/aOjZA=";
buildInputs = [
libpulseaudio