opentype-sanitizer: 9.1.0 -> 9.2.0
This commit is contained in:
parent
e99719836d
commit
ada8ac66a9
@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "opentype-sanitizer";
|
pname = "opentype-sanitizer";
|
||||||
version = "9.1.0";
|
version = "9.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "khaledhosny";
|
owner = "khaledhosny";
|
||||||
repo = "ots";
|
repo = "ots";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-gsNMPNPcfHyOgjJnIrJ5tLYHbCfIfTowEhcaGOUPb2Q=";
|
hash = "sha256-QRbF2GUDQsp8i6qVYlafSb9HaaozRuJ8dn1mhMMLeLc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
mesonFlags = [ "-Dcpp_std=c++14" ];
|
mesonFlags = [ "-Dcpp_std=c++14" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user