3
0
Fork 0
forked from mirrors/nixpkgs

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

ft2-clone: 1.48 -> 1.49
This commit is contained in:
Ryan Mulligan 2022-01-01 05:22:20 -08:00 committed by GitHub
commit 5a651b0afa
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.48";
version = "1.49";
src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "ft2-clone";
rev = "v${version}";
sha256 = "sha256-ZE9uid/srHHuTRqzgbtHcfmM0VkVsdrK1CJ3Qwbvtao=";
sha256 = "sha256-DpEzilMERfbop7YYqNCcxSe1qfcz4n7Uqj/i5t5a6nQ=";
};
# Adapt the linux-only CMakeLists to darwin (more reliable than make-macos.sh)