opentype-sanitizer: 9.1.0 -> 9.2.0

This commit is contained in:
R. Ryantm 2024-10-31 22:50:51 +00:00
parent e99719836d
commit ada8ac66a9

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "opentype-sanitizer";
version = "9.1.0";
version = "9.2.0";
src = fetchFromGitHub {
owner = "khaledhosny";
repo = "ots";
rev = "v${finalAttrs.version}";
hash = "sha256-gsNMPNPcfHyOgjJnIrJ5tLYHbCfIfTowEhcaGOUPb2Q=";
hash = "sha256-QRbF2GUDQsp8i6qVYlafSb9HaaozRuJ8dn1mhMMLeLc=";
};
mesonFlags = [ "-Dcpp_std=c++14" ];