Unverified Commit 89d59988 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #227445 from fgaz/ft2-clone/1.66

ft2-clone: 1.65 -> 1.66, fix nixos test
parents a7e41cdd 03e73793
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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")
    '';
})
+2 −2
Original line number Diff line number Diff line
@@ -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)