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

ft2-clone: 1.75 -> 1.76

parent 6bc9cad5
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.75";
  version = "1.76";

  src = fetchFromGitHub {
    owner = "8bitbubsy";
    repo = "ft2-clone";
    rev = "v${version}";
    hash = "sha256-K+RUsRr19fc0E9VhZWIawxkGXCTwqXl3a13pRiRxDPg=";
    hash = "sha256-oVQ1B7rYZX2kHTY8jVVm3rkOLx499kiEvhkv2V94W9k=";
  };

  nativeBuildInputs = [ cmake ];