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

ft2-clone: 1.66 -> 1.67
This commit is contained in:
Weijia Wang 2023-05-01 07:00:21 +03:00 committed by GitHub
commit 83defd1c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "ft2-clone";
version = "1.66";
version = "1.67";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${version}";
sha256 = "sha256-glLgjZFWvz/bJe9R8KTDu4+778dueC9tw3nVKF3xcps=";
sha256 = "sha256-v/yGHWd/hhE2jDdAQhyQbZOuHSS0FSG4WlVe8Oc6tMc=";
};
# Adapt the linux-only CMakeLists to darwin (more reliable than make-macos.sh)