aaaaxy: 1.4.42 -> 1.4.45

https://github.com/divVerent/aaaaxy/releases/tag/v1.4.45
This commit is contained in:
Luflosi
2023-09-13 10:31:05 +02:00
parent 1697b7d480
commit 96580dfaad
+3 -3
View File
@@ -19,17 +19,17 @@
buildGoModule rec {
pname = "aaaaxy";
version = "1.4.42";
version = "1.4.45";
src = fetchFromGitHub {
owner = "divVerent";
repo = pname;
rev = "v${version}";
hash = "sha256-GD7SgxGZRivVbgrzAe7U0EgkTmrXFvSGzzZUOE7CwbY=";
hash = "sha256-93ffxzYSVumfk7J8K9Ma2WYWaGQLBIxSkds8OKzOCcw=";
fetchSubmodules = true;
};
vendorHash = "sha256-1w+/tmF73hN5y5vj++JCX+T5RQ/PF747wmAbN9i7Bgs=";
vendorHash = "sha256-wUH0ohccMjdeGpm9bcw8K7Ss0FZGXaPfxeJCKYkEhJ8=";
buildInputs = [
alsa-lib