aaaaxy: 1.5.173 -> 1.5.183

This commit is contained in:
R. Ryantm
2024-08-26 12:31:53 +00:00
parent 28d45487fa
commit 3710b728b0
+3 -3
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