Merge pull request #235450 from Luflosi/update/aaaaxy

aaaaxy: 1.3.538 -> 1.4.2
This commit is contained in:
Mario Rodas 2023-06-02 07:42:12 -05:00 committed by GitHub
commit 99287fe19b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View file

@ -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'
""",
)

View file

@ -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" ];