aaaaxy: 1.4.45 -> 1.4.50

https://github.com/divVerent/aaaaxy/releases/tag/v1.4.50
This commit is contained in:
Luflosi 2023-09-28 10:28:51 +02:00
parent b6bc4fd51d
commit 5f98aa3bce
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.45"; version = "1.4.50";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "divVerent"; owner = "divVerent";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-93ffxzYSVumfk7J8K9Ma2WYWaGQLBIxSkds8OKzOCcw="; hash = "sha256-J4SCmIwGlVD8MHs13NO3JFKfH1rvh2dgVV0/8BX9IcY=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
vendorHash = "sha256-wUH0ohccMjdeGpm9bcw8K7Ss0FZGXaPfxeJCKYkEhJ8="; vendorHash = "sha256-dugSK/5mowBfRqnzI3sZqCm69E0WtX2Tydh6Q06+vLU=";
buildInputs = [ buildInputs = [
alsa-lib alsa-lib