Loading nixos/tests/ft2-clone.nix +1 −3 Original line number Diff line number Diff line Loading @@ -26,9 +26,7 @@ import ./make-test-python.nix ({ pkgs, ... }: { machine.wait_for_window(r"Fasttracker") machine.sleep(5) # One of the few words that actually get recognized if "Songlen" not in machine.get_screen_text(): raise Exception("Program did not start successfully") machine.wait_for_text(r"(Songlen|Repstart|Time|About|Nibbles|Help)") machine.screenshot("screen") ''; }) Loading pkgs/applications/audio/ft2-clone/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,13 +13,13 @@ stdenv.mkDerivation rec { pname = "ft2-clone"; version = "1.65"; version = "1.66"; src = fetchFromGitHub { owner = "8bitbubsy"; repo = "ft2-clone"; rev = "v${version}"; sha256 = "sha256-Jo1qs0d8/o9FWR7jboWCJ7ntawBGTlm7yPzxxUnZLsI="; sha256 = "sha256-glLgjZFWvz/bJe9R8KTDu4+778dueC9tw3nVKF3xcps="; }; # Adapt the linux-only CMakeLists to darwin (more reliable than make-macos.sh) Loading Loading
nixos/tests/ft2-clone.nix +1 −3 Original line number Diff line number Diff line Loading @@ -26,9 +26,7 @@ import ./make-test-python.nix ({ pkgs, ... }: { machine.wait_for_window(r"Fasttracker") machine.sleep(5) # One of the few words that actually get recognized if "Songlen" not in machine.get_screen_text(): raise Exception("Program did not start successfully") machine.wait_for_text(r"(Songlen|Repstart|Time|About|Nibbles|Help)") machine.screenshot("screen") ''; }) Loading
pkgs/applications/audio/ft2-clone/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,13 +13,13 @@ stdenv.mkDerivation rec { pname = "ft2-clone"; version = "1.65"; version = "1.66"; src = fetchFromGitHub { owner = "8bitbubsy"; repo = "ft2-clone"; rev = "v${version}"; sha256 = "sha256-Jo1qs0d8/o9FWR7jboWCJ7ntawBGTlm7yPzxxUnZLsI="; sha256 = "sha256-glLgjZFWvz/bJe9R8KTDu4+778dueC9tw3nVKF3xcps="; }; # Adapt the linux-only CMakeLists to darwin (more reliable than make-macos.sh) Loading