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

pt2-clone: 1.57 -> 1.58
This commit is contained in:
Francesco Gazzetta 2023-05-16 20:58:10 +02:00 committed by GitHub
commit 3640cda559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];