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

pt2-clone: 1.40 -> 1.41
This commit is contained in:
Bobby Rong 2022-03-03 19:25:01 +08:00 committed by GitHub
commit 2e689b1be8
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.40";
version = "1.41";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "pt2-clone";
rev = "v${version}";
sha256 = "sha256-0qEhhkprIpseCEFStgJ0035TX0e9s271BK/1hVkn/JU=";
sha256 = "sha256-FnGtUoA6ol4lqp5HXjoJ3CHjdRs8eML0WI917ruid84=";
};
nativeBuildInputs = [ cmake ];