Merge pull request #212629 from fgaz/pt2-clone/1.57

pt2-clone: 1.56 -> 1.57
This commit is contained in:
Nick Cao 2023-01-26 10:43:19 +08:00 committed by GitHub
commit ad46abc3e8
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.56";
version = "1.57";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "pt2-clone";
rev = "v${version}";
sha256 = "sha256-NetzlQdhbyClnVQTrHoX9QpVtoj8a8FoDue+uxhgrlA=";
sha256 = "sha256-YUGTcL/k+MbAnB/kcWPEmrGxGF/kSHdIgdBVUqCsDWM=";
};
nativeBuildInputs = [ cmake ];