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

pt2-clone: 1.37 -> 1.38
This commit is contained in:
Ryan Mulligan 2022-01-07 09:41:59 -08:00 committed by GitHub
commit c0bb6b8023
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.37";
version = "1.38";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "pt2-clone";
rev = "v${version}";
sha256 = "sha256-r9H+qF542j2qjmOEjJLAtnMU7SkJBJB8nH39zhkZu9M=";
sha256 = "sha256-fnPYlZvCZYiKkQmp5bNtrqgZAkVtKLmLMcfkbbysMyU=";
};
nativeBuildInputs = [ cmake ];