Unverified Commit 862da974 authored by Francesco Gazzetta's avatar Francesco Gazzetta Committed by GitHub
Browse files

pt2-clone: 1.87 -> 1.88 (#513855)

parents 1c3fe55a 0c8d7e79
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pt2-clone";
  version = "1.87";
  version = "1.88";

  src = fetchFromGitHub {
    owner = "8bitbubsy";
    repo = "pt2-clone";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-Kur9gQEEeGYHKQz6hNIEzohF1mJ9EDKAGycgiKehXhM=";
    sha256 = "sha256-PdoncYnl7jD9iM0PDi0O92t9uAlhbrQciIr/+xk3igE=";
  };

  nativeBuildInputs = [ cmake ];