Commit 03e73793 authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

ft2-clone: 1.65 -> 1.66

parent a4807f56
Loading
Loading
Loading
Loading
+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)