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

ft2-clone: 1.47 -> 1.48
This commit is contained in:
Ryan Mulligan 2021-12-07 06:48:23 -08:00 committed by GitHub
commit 36b5b6c479
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.47";
version = "1.48";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${version}";
sha256 = "sha256-KLHJROOtRPtGHBYEMByY7LG6FY4vES6WndCiz7okan8=";
sha256 = "sha256-ZE9uid/srHHuTRqzgbtHcfmM0VkVsdrK1CJ3Qwbvtao=";
};
# Adapt the linux-only CMakeLists to darwin (more reliable than make-macos.sh)