pt2-clone: 1.72 -> 1.73

This commit is contained in:
R. Ryantm
2025-04-10 20:20:34 +00:00
committed by Francesco Gazzetta
parent ab12ae909b
commit d19cf9dfc6
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pt2-clone";
version = "1.72";
version = "1.73";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "pt2-clone";
rev = "v${finalAttrs.version}";
sha256 = "sha256-Laq2C2bjLqeyT8eRH0DVjGmGg8R3TBfFL3XzwXTzKzo=";
sha256 = "sha256-x7pAMa5Bs7Wc/rnQgEoxV0h1TbvNp5Q+vtlNXmyEgSw=";
};
nativeBuildInputs = [ cmake ];