pt2-clone: 1.57 -> 1.58

This commit is contained in:
R. Ryantm 2023-05-16 13:02:40 +00:00
parent 43f5efa493
commit a467a895e9

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "pt2-clone";
version = "1.57";
version = "1.58";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "pt2-clone";
rev = "v${version}";
sha256 = "sha256-YUGTcL/k+MbAnB/kcWPEmrGxGF/kSHdIgdBVUqCsDWM=";
sha256 = "sha256-5i892C5aJWgouIgD3FkojJfEhN08Jf1d7HDMvdT82aU=";
};
nativeBuildInputs = [ cmake ];