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

pt2-clone: 1.19 -> 1.20
This commit is contained in:
Ryan Mulligan 2020-06-30 08:25:14 -07:00 committed by GitHub
commit 69caacbd02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "pt2-clone";
version = "1.19";
version = "1.20";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "pt2-clone";
rev = "v${version}";
sha256 = "0lr8gq4immc5cx1wr5ng6ccxs9afbd2dk6i0n5np25z14dvbvk3k";
sha256 = "0s4yk8w19qa58n5p558n6m7d5mslr9h9z5q3ayrgqcchdlm8cfky";
};
nativeBuildInputs = [ cmake ];