pt2-clone: 1.56 -> 1.57

This commit is contained in:
Francesco Gazzetta 2023-01-25 16:31:18 +01:00
parent 7f6757e4f2
commit d5a37dee6a

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