pt2-clone: 1.71 -> 1.72

This commit is contained in:
R. Ryantm
2024-12-18 14:11:22 +00:00
parent a98c720fb6
commit d9434769da
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pt2-clone";
version = "1.71";
version = "1.72";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "pt2-clone";
rev = "v${finalAttrs.version}";
sha256 = "sha256-wyiY4qiWnisWKjBmkZSbmndJMMtogAQ+MWu4VLHROY0=";
sha256 = "sha256-Laq2C2bjLqeyT8eRH0DVjGmGg8R3TBfFL3XzwXTzKzo=";
};
nativeBuildInputs = [ cmake ];