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

pt2-clone: 1.55 -> 1.56
This commit is contained in:
Francesco Gazzetta 2022-12-31 14:53:39 +00:00 committed by GitHub
commit 580ea0066f
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.55";
version = "1.56";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "pt2-clone";
rev = "v${version}";
sha256 = "sha256-NwkHb0FOg9wAgtcEtWqOpNGvBXjQIoc4pMmf/32Gxr0=";
sha256 = "sha256-NetzlQdhbyClnVQTrHoX9QpVtoj8a8FoDue+uxhgrlA=";
};
nativeBuildInputs = [ cmake ];