aaaaxy: 1.6.257 -> 1.6.271 (#429159)

Co-authored-by: Luflosi <Luflosi@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-29 03:08:34 +00:00 committed by GitHub
commit 69f81ddc97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,17 +22,17 @@
buildGoModule rec {
pname = "aaaaxy";
version = "1.6.257";
version = "1.6.271";
src = fetchFromGitHub {
owner = "divVerent";
repo = "aaaaxy";
tag = "v${version}";
hash = "sha256-l+4nlL8gUnLoBbKWlwOiis3s8svKMq9IjrbKyaBE0kk=";
hash = "sha256-/nSJ1FT9FE856yrupbouRzqpRzZhKfYAq1fVBBvMVmY=";
fetchSubmodules = true;
};
vendorHash = "sha256-iP/7WQZ+BNqtoigRADKlYGEAEZpzSKttY4lVq7v8gR8=";
vendorHash = "sha256-DJvlyfCynz+M5BQ4XDYcdzb3QP5ycDPcF4B+fQ4FRRA=";
buildInputs = [
alsa-lib