Merge pull request #182569 from fgaz/ft2-clone/1.56

ft2-clone: 1.55 -> 1.56
This commit is contained in:
Mario Rodas 2022-07-23 10:56:00 -05:00 committed by GitHub
commit 0edbd99191
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.55";
version = "1.56";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${version}";
sha256 = "sha256-qk6SHL9K4+9Em1jjrPOm14msOoqRiAahlRoiRiAMLC0=";
sha256 = "sha256-kSnsep6abE07Q1EpGEeX8e/2APc60TxR2MhLZxqW9WY=";
};
# Adapt the linux-only CMakeLists to darwin (more reliable than make-macos.sh)