aaaaxy: 1.4.39 -> 1.4.42

https://github.com/divVerent/aaaaxy/releases/tag/v1.4.42
This commit is contained in:
Luflosi 2023-08-07 19:50:43 +02:00
parent 6fca6f9d5b
commit 8cf38683bd
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -19,17 +19,17 @@
buildGoModule rec { buildGoModule rec {
pname = "aaaaxy"; pname = "aaaaxy";
version = "1.4.39"; version = "1.4.42";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "divVerent"; owner = "divVerent";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-eawsTvPJwWKDSZd/2XBneitoydSRxEAU5RAPZgE6NSo="; hash = "sha256-GD7SgxGZRivVbgrzAe7U0EgkTmrXFvSGzzZUOE7CwbY=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
vendorHash = "sha256-uHTYp8PBXdQ2w+kjxLVvUOzOvDfXF53lcBriK8sif7A="; vendorHash = "sha256-1w+/tmF73hN5y5vj++JCX+T5RQ/PF747wmAbN9i7Bgs=";
buildInputs = [ buildInputs = [
alsa-lib alsa-lib