pt2-clone: 1.70 -> 1.71

This commit is contained in:
R. Ryantm 2024-11-27 05:01:34 +00:00
parent 69661586d1
commit 27759f6798

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pt2-clone";
version = "1.70";
version = "1.71";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "pt2-clone";
rev = "v${finalAttrs.version}";
sha256 = "sha256-oGdgvyVIqM4YVxyr5DFBJ+YLtH95vqbNv0arD9yskdo=";
sha256 = "sha256-wyiY4qiWnisWKjBmkZSbmndJMMtogAQ+MWu4VLHROY0=";
};
nativeBuildInputs = [ cmake ];