pt2-clone: 1.39 -> 1.40

This commit is contained in:
Francesco Gazzetta 2022-02-01 18:28:56 +01:00
parent b9393b0c82
commit 0f9e4b6fe4

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "pt2-clone";
version = "1.39";
version = "1.40";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "pt2-clone";
rev = "v${version}";
sha256 = "sha256-ZmgsNp2fRebbLxSzzCsLdM6/7kBKo+YFUCdWLSYfI5A=";
sha256 = "sha256-0qEhhkprIpseCEFStgJ0035TX0e9s271BK/1hVkn/JU=";
};
nativeBuildInputs = [ cmake ];