aaaaxy: 1.4.101 -> 1.4.119

https://github.com/divVerent/aaaaxy/releases/tag/v1.4.119
This commit is contained in:
Luflosi 2023-12-11 22:10:08 +01:00
parent 56583f0ac1
commit 5a7c7f79a5
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -19,17 +19,17 @@
buildGoModule rec {
pname = "aaaaxy";
version = "1.4.101";
version = "1.4.119";
src = fetchFromGitHub {
owner = "divVerent";
repo = pname;
rev = "v${version}";
hash = "sha256-Eg8RvViTPqlVmvUX3k+/ph4YYU7xfFQY1Gs/e1at6No=";
hash = "sha256-M+HNYQl53vQZdKn/CyF5OZPyKGq/4A9DPoDV3fRdWMY=";
fetchSubmodules = true;
};
vendorHash = "sha256-Qd5ytSrW42pDzKt9xg3hWD9rWFvQi1PPYF+m56+/cHE=";
vendorHash = "sha256-NoWfCn9P/i/8Xv0w2wqTFG3yoayGzc1TyF02zANP7Rg=";
buildInputs = [
alsa-lib