aaaaxy: 1.3.538 -> 1.4.2
https://github.com/divVerent/aaaaxy/releases/tag/v1.4.2
This commit is contained in:
parent
89ccd18a0d
commit
35af643640
2 changed files with 8 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
"ln -s '${pkgs.aaaaxy.testing_infra}/assets/demos/benchmark.dem' '/tmp/aaaaxy/assets/demos/'",
|
||||
"""
|
||||
'${pkgs.aaaaxy.testing_infra}/scripts/regression-test-demo.sh' \
|
||||
'aaaaxy' 'on track for Any%, All Paths and No Teleports' \
|
||||
'aaaaxy' 'on track for Any%, All Paths, No Teleports and No Coil' \
|
||||
'${pkgs.aaaaxy}/bin/aaaaxy' '/tmp/aaaaxy/assets/demos/benchmark.dem'
|
||||
""",
|
||||
)
|
||||
|
|
|
@ -12,22 +12,24 @@
|
|||
, libXxf86vm
|
||||
, go-licenses
|
||||
, pkg-config
|
||||
, zip
|
||||
, advancecomp
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "aaaaxy";
|
||||
version = "1.3.538";
|
||||
version = "1.4.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "divVerent";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-APoU+VlIUSwMai9INSOyqBp8azy970tF5bz8IDr5NiI=";
|
||||
hash = "sha256-8cu8/IQTcqC5p23YLQMpmOTCbtduJvi+8SDaztGjJnI=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
vendorHash = "sha256-slvBpweXRLsDegJDQ0ysZ0pugx5fdOOnD/OxWUfUnno=";
|
||||
vendorHash = "sha256-8Yk2r8JPh53I0SRUc2V8Ehh/V3qUQOU1PsLk81sW7pg=";
|
||||
|
||||
buildInputs = [
|
||||
alsa-lib
|
||||
|
@ -39,6 +41,8 @@ buildGoModule rec {
|
|||
nativeBuildInputs = [
|
||||
go-licenses
|
||||
pkg-config
|
||||
zip
|
||||
advancecomp
|
||||
];
|
||||
|
||||
outputs = [ "out" "testing_infra" ];
|
||||
|
|
Loading…
Reference in a new issue