Skip to content

Commit

Permalink
goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Nov 13, 2024
2 parents 4f10285 + 1c67d02 commit e20fe1e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 30 deletions.
35 changes: 18 additions & 17 deletions pkgs/by-name/go/goxlr-utility/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions pkgs/by-name/go/goxlr-utility/package.nix
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
{ lib
, fetchFromGitHub
, rustPlatform
, installShellFiles
, pkg-config
, libpulseaudio
, dbus
, openssl
, speechd-minimal
{
lib,
fetchFromGitHub,
rustPlatform,
installShellFiles,
pkg-config,
libpulseaudio,
dbus,
openssl,
speechd-minimal,
}:

rustPlatform.buildRustPackage rec {
pname = "goxlr-utility";
version = "1.1.1-unstable-2024-08-06";
version = "1.1.4";

src = fetchFromGitHub {
owner = "GoXLR-on-Linux";
repo = "goxlr-utility";
rev = "dcd4454a2634f5a2af10f00c1cbcb016241ce2cb";
hash = "sha256-kWfCFsk0GhqX+pYOTeJd7XHlcWOX4D6fmIU/4nylU3Y=";
rev = "v${version}";
hash = "sha256-aThIu+3eNHCKS6lsio7cLZeIMg0509qkE0YQ6M6vPAI=";
};

cargoLock = {
Expand Down Expand Up @@ -70,4 +71,3 @@ rustPlatform.buildRustPackage rec {
maintainers = with maintainers; [ errnoh ];
};
}

0 comments on commit e20fe1e

Please sign in to comment.