ft2-clone: 1.47 -> 1.48

This commit is contained in:
R. Ryantm 2021-12-06 23:43:27 +00:00
parent 237adfc14e
commit dade4f3b63

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)