aaaaxy: 1.4.2 -> 1.4.6

https://github.com/divVerent/aaaaxy/releases/tag/v1.4.6
This commit is contained in:
Luflosi 2023-06-05 16:45:06 +02:00
parent a2c62404a0
commit 4a5db704ee
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.2";
version = "1.4.6";
src = fetchFromGitHub {
owner = "divVerent";
repo = pname;
rev = "v${version}";
hash = "sha256-8cu8/IQTcqC5p23YLQMpmOTCbtduJvi+8SDaztGjJnI=";
hash = "sha256-vl5xFGsajjrD/rUQzA7qae/nTGo99wjyElpHNMbd5fg=";
fetchSubmodules = true;
};
vendorHash = "sha256-8Yk2r8JPh53I0SRUc2V8Ehh/V3qUQOU1PsLk81sW7pg=";
vendorHash = "sha256-A8pzwt7Rzn7jPuuApQoZpSFXk1Oepf5u13rk4atG9ww=";
buildInputs = [
alsa-lib