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

pt2-clone: 1.68 -> 1.69.2
This commit is contained in:
Nick Cao 2024-04-27 10:35:33 -04:00 committed by GitHub
commit b28bf3d89b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pt2-clone";
version = "1.68";
version = "1.69.2";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "pt2-clone";
rev = "v${finalAttrs.version}";
sha256 = "sha256-xlXwOxmJ5cL1ouTOnFwTvx959IDQIvJ0ZRk+G9p0HbA=";
sha256 = "sha256-Vy8b9rbYM/bK/mCUW4V4rPeAmoBN/wn7iVBANSboL2Q=";
};
nativeBuildInputs = [ cmake ];