ft2-clone: 2.19 -> 2.20 (#537606)

This commit is contained in:
Francesco Gazzetta
2026-07-02 06:34:51 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ft2-clone";
version = "2.19";
version = "2.20";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${finalAttrs.version}";
hash = "sha256-vIo+7yb8QjzHAj68N2rHHc1o2knaBn6hCatDeKr+5gs=";
hash = "sha256-e0oIn/g5bWYMFhvd54reacGI8/s7pMfujnEPzYnUbF4=";
};
nativeBuildInputs = [ cmake ];