aaaaxy: 1.5.42 -> 1.5.54

This commit is contained in:
R. Ryantm 2024-04-09 00:20:53 +00:00
parent f6eb921406
commit f3ac3b7f59
1 changed files with 3 additions and 3 deletions

View File

@ -20,17 +20,17 @@
buildGoModule rec {
pname = "aaaaxy";
version = "1.5.42";
version = "1.5.54";
src = fetchFromGitHub {
owner = "divVerent";
repo = pname;
rev = "v${version}";
hash = "sha256-RfjEr0oOtLcrHKQj1dYbykRbHoGoi0o7D3hjVG3siIQ=";
hash = "sha256-FBla+KvUoUdCG0nM4falMJBq8NI75zqo/YSZy0bPFrE=";
fetchSubmodules = true;
};
vendorHash = "sha256-q/nDfh+A2eJDAaSWN4Xsgxp76AKsYIX7PNn/psBPmg0=";
vendorHash = "sha256-rE1YXDpiGnAUdmAaOHehyM38SPBqNvSRHhtXIUwRYVs=";
buildInputs = [
alsa-lib