Unverified Commit 1e6da36b authored by Francesco Gazzetta's avatar Francesco Gazzetta Committed by GitHub
Browse files

pt2-clone: 1.86 -> 1.87 (#507243)

parents 768b28a8 d9af9df7
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.86";
  version = "1.87";

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

  nativeBuildInputs = [ cmake ];