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

pt2-clone: 1.53 -> 1.53.1
This commit is contained in:
Francesco Gazzetta 2022-10-29 12:17:34 +00:00 committed by GitHub
commit 7e72f178f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "pt2-clone";
version = "1.53";
version = "1.53.1";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "pt2-clone";
rev = "v${version}";
sha256 = "sha256-zW/uNJr2cip1JbFLKyB6TD75p1v9/dQu9kmtKXckc2c=";
sha256 = "sha256-7qBvv4D86uX8oqqJ+UDI+fbaG5g1+Zg1otuU9lqyTdo=";
};
nativeBuildInputs = [ cmake ];