Merge pull request #242370 from r-ryantm/auto-update/ft2-clone

ft2-clone: 1.67 -> 1.68
This commit is contained in:
Francesco Gazzetta
2023-07-09 11:46:32 +02:00
committed by GitHub
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "ft2-clone";
version = "1.67";
version = "1.68";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${version}";
sha256 = "sha256-v/yGHWd/hhE2jDdAQhyQbZOuHSS0FSG4WlVe8Oc6tMc=";
sha256 = "sha256-mO8GrLyO7Zr9+lRy2WQ4OeRWDGmo22mPnZbajL78hJ8=";
};
# Adapt the linux-only CMakeLists to darwin (more reliable than make-macos.sh)