Unverified Commit 9713637e authored by Francesco Gazzetta's avatar Francesco Gazzetta Committed by GitHub
Browse files

ft2-clone: 2.17 -> 2.18 (#516052)

parents 78210370 7eb8e763
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ft2-clone";
  version = "2.17";
  version = "2.18";

  src = fetchFromGitHub {
    owner = "8bitbubsy";
    repo = "ft2-clone";
    rev = "v${finalAttrs.version}";
    hash = "sha256-ebyFMZV2LBtEbf7yjO9o9mp3UEoECHAHUQm4lwUS/Ws=";
    hash = "sha256-K2E6y8pbNmfb0l+qtsVSWSwkQPii+jAzIDYDsYplOBo=";
  };

  nativeBuildInputs = [ cmake ];