ft2-clone: 2.22 -> 2.23

This commit is contained in:
R. Ryantm
2026-08-23 14:28:46 +00:00
parent aba3a61aef
commit c9bcf7ac6f

View File

@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ft2-clone";
version = "2.22";
version = "2.23";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${finalAttrs.version}";
hash = "sha256-mHZtU7A4TVteZDxPngY68cbok/7Gzx0KBoOK6MhlaKk=";
hash = "sha256-I/aF4t3lajEuqR0NZpxPsuYIZRUjWzCof08STSM3x+Q=";
};
nativeBuildInputs = [ cmake ];