aaaaxy: 1.5.23 -> 1.5.42
This commit is contained in:
parent
0bb74f147b
commit
2f5d6f37b0
1 changed files with 3 additions and 3 deletions
|
@ -20,17 +20,17 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "aaaaxy";
|
||||
version = "1.5.23";
|
||||
version = "1.5.42";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "divVerent";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-AB2MBXNWfWo8X5QTt2w8nrSG3v9qpIkMB7BUUKQtQEk=";
|
||||
hash = "sha256-RfjEr0oOtLcrHKQj1dYbykRbHoGoi0o7D3hjVG3siIQ=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
vendorHash = "sha256-ECKzKGMQjmZFHn/lzVzijpXlFcAKuUsiD/HVz59clAc=";
|
||||
vendorHash = "sha256-q/nDfh+A2eJDAaSWN4Xsgxp76AKsYIX7PNn/psBPmg0=";
|
||||
|
||||
buildInputs = [
|
||||
alsa-lib
|
||||
|
|
Loading…
Reference in a new issue