lcdf-typetools: 2.108 -> 2.110

This commit is contained in:
R. Ryantm 2023-10-10 19:21:08 +00:00
parent 5323fbf703
commit 52fabbbb77

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lcdf-typetools";
version = "2.108";
version = "2.110";
src = fetchFromGitHub {
owner = "kohler";
repo = pname;
rev = "v${version}";
sha256 = "0a6jqaqwq43ldjjjlnsh6mczs2la9363qav7v9fyrfzkfj8kw9ad";
sha256 = "sha256-hoILYYCef2R1v6aN9V+FoYnXYaKsnGN2jlpb/QFAN/w=";
};
nativeBuildInputs = [ autoreconfHook ];