goxlr-utility: 1.1.4 -> 1.2.2

This commit is contained in:
Erno Hopearuoho
2025-04-16 23:06:52 +03:00
parent 673e19dd21
commit 3832d6b366
+3 -3
View File
@@ -12,17 +12,17 @@
rustPlatform.buildRustPackage rec {
pname = "goxlr-utility";
version = "1.1.4";
version = "1.2.2";
src = fetchFromGitHub {
owner = "GoXLR-on-Linux";
repo = "goxlr-utility";
rev = "v${version}";
hash = "sha256-aThIu+3eNHCKS6lsio7cLZeIMg0509qkE0YQ6M6vPAI=";
hash = "sha256-Z/VqQKmfzqd1htMlXU8sDkOSw2xczb3tG53LVC0MZhM=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-EhqniqdgD95yUwiaqlA0vtRZfq4cR7wxsGPmjpvzgdI=";
cargoHash = "sha256-tSlFMMZWsyZBXBeEW64s0eBt/qrAREfOpfxAgcTK4XQ=";
buildInputs = [
libpulseaudio