aaaaxy: 1.3.457 -> 1.3.524
https://github.com/divVerent/aaaaxy/releases/tag/v1.3.469 https://github.com/divVerent/aaaaxy/releases/tag/v1.3.511 https://github.com/divVerent/aaaaxy/releases/tag/v1.3.524
This commit is contained in:
parent
220a0f4ca3
commit
f50e2acd7a
1 changed files with 3 additions and 3 deletions
|
@ -17,17 +17,17 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "aaaaxy";
|
||||
version = "1.3.457";
|
||||
version = "1.3.524";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "divVerent";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-PN/Gt2iDOWsbKspyWYKjnX98xF6NQuGVFjlEg3ZZpio=";
|
||||
hash = "sha256-9g0wTvG6XSKI7e3RP6e3RoYyvE5UjOYxI5hVINI9Fq8=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
vendorHash = "sha256-vI8EyZgjJA89UmqoDuh/H+qQzAKO9pyqpmA8hci9cco=";
|
||||
vendorHash = "sha256-slvBpweXRLsDegJDQ0ysZ0pugx5fdOOnD/OxWUfUnno=";
|
||||
|
||||
buildInputs = [
|
||||
alsa-lib
|
||||
|
|
Loading…
Reference in a new issue