Unverified Commit b28bf3d8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #307187 from r-ryantm/auto-update/pt2-clone

pt2-clone: 1.68 -> 1.69.2
parents e7595391 4a12033a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pt2-clone";
  version = "1.68";
  version = "1.69.2";

  src = fetchFromGitHub {
    owner = "8bitbubsy";
    repo = "pt2-clone";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-xlXwOxmJ5cL1ouTOnFwTvx959IDQIvJ0ZRk+G9p0HbA=";
    sha256 = "sha256-Vy8b9rbYM/bK/mCUW4V4rPeAmoBN/wn7iVBANSboL2Q=";
  };

  nativeBuildInputs = [ cmake ];