aaaaxy: 1.4.160 -> 1.5.6

This commit is contained in:
R. Ryantm 2024-02-20 07:36:59 +00:00
parent f33dd27a47
commit ebe95b82b1

View file

@ -20,17 +20,17 @@
buildGoModule rec {
pname = "aaaaxy";
version = "1.4.160";
version = "1.5.6";
src = fetchFromGitHub {
owner = "divVerent";
repo = pname;
rev = "v${version}";
hash = "sha256-BI3qnt/u0BXEHJ1E7jUh6jAUXxJZAUX+5Joih1g0JAU=";
hash = "sha256-Tban8i0/dALjxN6wPs/GVh8ZRLW2pXezhhGNwXSDkL4=";
fetchSubmodules = true;
};
vendorHash = "sha256-m6nSWw+KluP0X3mB18m7OEFzeRFw/XS4JiqARqGopvQ=";
vendorHash = "sha256-FCJd+nXETuVqTiQolGxl3Q/ZE8/wrvZMaNXEKpyEVP4=";
buildInputs = [
alsa-lib