ft2-clone: 2.18 -> 2.19

This commit is contained in:
R. Ryantm
2026-05-11 15:45:35 +00:00
parent 169bb6b3f8
commit ff8fd04559
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ft2-clone";
version = "2.18";
version = "2.19";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${finalAttrs.version}";
hash = "sha256-K2E6y8pbNmfb0l+qtsVSWSwkQPii+jAzIDYDsYplOBo=";
hash = "sha256-vIo+7yb8QjzHAj68N2rHHc1o2knaBn6hCatDeKr+5gs=";
};
nativeBuildInputs = [ cmake ];