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

ft2-clone: 1.85 -> 1.86

parent 724edef6
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.85";
  version = "1.86";

  src = fetchFromGitHub {
    owner = "8bitbubsy";
    repo = "ft2-clone";
    rev = "v${version}";
    hash = "sha256-1iIwfZVRumlZn67xEhlef6Gm2Hb52CHFAq9RPU4M13M=";
    hash = "sha256-/sdMBRCZvuKTp8ygCrLmIy0DiWJC6lLWdsY+ZxRY+pY=";
  };

  nativeBuildInputs = [ cmake ];