aaaaxy: 1.5.139 -> 1.5.173

https://github.com/divVerent/aaaaxy/releases/tag/v1.5.173
This commit is contained in:
Luflosi 2024-07-09 21:27:43 +02:00
parent 0ec7a8889b
commit 3c315d6e91
No known key found for this signature in database
GPG Key ID: 743C5DD6900A1FF0

View File

@ -20,17 +20,17 @@
buildGoModule rec {
pname = "aaaaxy";
version = "1.5.139";
version = "1.5.173";
src = fetchFromGitHub {
owner = "divVerent";
repo = pname;
rev = "v${version}";
hash = "sha256-j8BpLN0PhMqUQXhF1L7uEW2KLaVq5cfckXnWrkltCgM=";
hash = "sha256-tCA4mmNbRCn48lN5U+x4mnHEsLbMf5jBDOU/jnRFkvE=";
fetchSubmodules = true;
};
vendorHash = "sha256-a6nfGP6Lwjwr4wXXRUrCyV9+BCyHOSKczk5rjZdFnlA=";
vendorHash = "sha256-4zQJUw0CQci/BPfo8V2LzuFc6MDQMXf06RCrqxg1G/c=";
buildInputs = [
alsa-lib