ft2-clone: 2.05 -> 2.07

This commit is contained in:
R. Ryantm 2026-03-02 22:09:00 +00:00
parent d87c566258
commit 5d7ef6d97a

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ft2-clone";
version = "2.05";
version = "2.07";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${finalAttrs.version}";
hash = "sha256-wMR0S8knfMncjRVDExXkfKGJlDGOjrgAh+bbe0023dw=";
hash = "sha256-g32teMDOv+lYmZNJNCnjlHszFb7cjKLWMHVuxHZvAHo=";
};
nativeBuildInputs = [ cmake ];