Unverified Commit 9933d1db authored by Francesco Gazzetta's avatar Francesco Gazzetta Committed by GitHub
Browse files

pt2-clone: 1.84 -> 1.86 (#504400)

parents fd588e4c ea0c3ca2
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.84";
  version = "1.86";

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

  nativeBuildInputs = [ cmake ];