aaaaxy: 1.5.220 -> 1.5.250 (#371628)

Co-authored-by: Luflosi <Luflosi@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-07 01:17:49 +00:00
committed by GitHub
co-authored by Luflosi
+3 -3
View File
@@ -21,17 +21,17 @@
buildGoModule rec {
pname = "aaaaxy";
version = "1.5.220";
version = "1.5.250";
src = fetchFromGitHub {
owner = "divVerent";
repo = pname;
rev = "v${version}";
hash = "sha256-XNLX5LDbL29Ko0zstgo+O5V0oe37dSChk8iJeVrYlLA=";
hash = "sha256-+avaHICyaNbNCaOWb+AgpEq4SONacFJ//AZx+2Aa7SY=";
fetchSubmodules = true;
};
vendorHash = "sha256-tDQKU/1fKDPCrUHfFi79u4d2XwOqjvTuIlsUAB74e4c=";
vendorHash = "sha256-mDVpxPkRGbpAtZ0jCKd3uOxwUdBqjd0kISg22JdpLpE=";
buildInputs = [
alsa-lib