ft2-clone: 1.57 -> 1.58

This commit is contained in:
R. Ryantm
2022-09-26 21:16:54 +08:00
committed by Bobby Rong
parent 2650d450a7
commit e1783be172
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "ft2-clone";
version = "1.57";
version = "1.58";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${version}";
sha256 = "sha256-47MDroiO8zvYDdHe0350ukczzemRbesEzIXZ2KoXZUI=";
sha256 = "sha256-FHhASs1PKTz6G1sAKNUeft0BHbWgl44l7eiOnyQXZb8=";
};
# Adapt the linux-only CMakeLists to darwin (more reliable than make-macos.sh)