Commit 4e5ecd99 authored by R. RyanTM's avatar R. RyanTM Committed by Francesco Gazzetta
Browse files

pt2-clone: 1.65.1 -> 1.66.1

parent aa848a1f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "pt2-clone";
  version = "1.65.1";
  version = "1.66.1";

  src = fetchFromGitHub {
    owner = "8bitbubsy";
    repo = "pt2-clone";
    rev = "v${version}";
    sha256 = "sha256-0bZGiulLeAZ8bR0lj0Bm7te3T3YhxSOBFgMgWADRkIY=";
    sha256 = "sha256-j7VPC1sj1Q+wL2TBgv06uYLPqym8F57HG1SRvj0Ggeo=";
  };

  nativeBuildInputs = [ cmake ];