Commit ab065822 authored by R. RyanTM's avatar R. RyanTM Committed by Francesco Gazzetta
Browse files

ft2-clone: 1.89 -> 1.93

parent 8a6fdb75
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.89";
  version = "1.93";

  src = fetchFromGitHub {
    owner = "8bitbubsy";
    repo = "ft2-clone";
    rev = "v${version}";
    hash = "sha256-s2HMzHJB85kLe3TuKH3oFloWUirmbSYDwh298dZlP6M=";
    hash = "sha256-B91kLShg3nvOyOlBkLSpTydhUs5yHa+C/OWe8N+MB9c=";
  };

  nativeBuildInputs = [ cmake ];