pt2-clone: 1.64 -> 1.65.1

This commit is contained in:
R. Ryantm 2023-10-31 23:32:51 +00:00 committed by Francesco Gazzetta
parent 9a8587e0f3
commit a77245ecca

View file

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