pt2-clone: 1.65.1 -> 1.66.1

This commit is contained in:
R. Ryantm 2024-01-22 06:27:44 +00:00 committed by Francesco Gazzetta
parent aa848a1f22
commit 4e5ecd998b

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "pt2-clone";
version = "1.65.1";
version = "1.66.1";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "pt2-clone";
rev = "v${version}";
sha256 = "sha256-0bZGiulLeAZ8bR0lj0Bm7te3T3YhxSOBFgMgWADRkIY=";
sha256 = "sha256-j7VPC1sj1Q+wL2TBgv06uYLPqym8F57HG1SRvj0Ggeo=";
};
nativeBuildInputs = [ cmake ];