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

pt2-clone: 1.83 -> 1.84 (#501318)

parents c59a99a4 cda233fc
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.83";
  version = "1.84";

  src = fetchFromGitHub {
    owner = "8bitbubsy";
    repo = "pt2-clone";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-jA3cFn5q7ceLIgu42Ir1HdXdSqgm8mcdR35CJdqQP+I=";
    sha256 = "sha256-RWhweeFm/UjDIHibaYyoMiT70Ru7SmNA6Rbe0W6W57s=";
  };

  nativeBuildInputs = [ cmake ];