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

pt2-clone: 1.66.1 -> 1.67
This commit is contained in:
Nick Cao 2024-03-19 08:54:26 -04:00 committed by GitHub
commit bd7d37bc57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pt2-clone";
version = "1.66.1";
version = "1.67";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "pt2-clone";
rev = "v${finalAttrs.version}";
sha256 = "sha256-j7VPC1sj1Q+wL2TBgv06uYLPqym8F57HG1SRvj0Ggeo=";
sha256 = "sha256-fTUTXwS6A72zhKkANlSljQVvPeN5rOTyuyb8vLxYfdk=";
};
nativeBuildInputs = [ cmake ];