aaaaxy: 1.5.173 -> 1.5.183 (#337463)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-08-26 17:36:58 +00:00 committed by GitHub
commit e87eca7eb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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