aaaaxy: 1.4.8 -> 1.4.18

https://github.com/divVerent/aaaaxy/releases/tag/v1.4.18
This commit is contained in:
Luflosi 2023-06-26 16:00:30 +02:00
parent 089fbf534b
commit b508e902eb
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -19,17 +19,17 @@
buildGoModule rec { buildGoModule rec {
pname = "aaaaxy"; pname = "aaaaxy";
version = "1.4.8"; version = "1.4.18";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "divVerent"; owner = "divVerent";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-WiU4pTIsgwkotKLvqTL/P1CZdW20y6VQbBjoPyMCd4E="; hash = "sha256-g2xUBh0zRB+9awYEr15ay0k+EyAiWmGG5UfZatE24/8=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
vendorHash = "sha256-On2J/9qnUGTysCWKRoU79mE1bFz275RWjJSfHqjsAoI="; vendorHash = "sha256-9SeNXOl1wEcG/CtNuuYQ8Y5XEw2GYAIQ2lXk5lgXsN8=";
buildInputs = [ buildInputs = [
alsa-lib alsa-lib