ft2-clone: 2.07 -> 2.11

This commit is contained in:
R. Ryantm
2026-03-11 04:36:51 +00:00
parent 3b5e6b496e
commit 8da58c21b0
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ft2-clone";
version = "2.07";
version = "2.11";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${finalAttrs.version}";
hash = "sha256-g32teMDOv+lYmZNJNCnjlHszFb7cjKLWMHVuxHZvAHo=";
hash = "sha256-thOQcsnFkDJh0P2Yu/1rCmt/M3Ikr88ffFHUDrgFNyk=";
};
nativeBuildInputs = [ cmake ];