pt2-clone: 1.67 -> 1.68

This commit is contained in:
R. Ryantm 2024-04-22 04:35:55 +00:00 committed by Francesco Gazzetta
parent f48462535c
commit 0219cfd0ae
1 changed files with 2 additions and 2 deletions

View File

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