libspiro: 20240902 -> 20240903

This commit is contained in:
R. Ryantm 2024-09-14 06:33:19 +00:00
parent 04550829fe
commit cd6f2eef18

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libspiro";
version = "20240902";
version = "20240903";
src = fetchFromGitHub {
owner = "fontforge";
repo = pname;
rev = version;
sha256 = "sha256-GaLfNxL/Y0JsRXIldxliBFaB2ZLFVPR7Du8GTZ77HFo=";
sha256 = "sha256-psEF1SWkire6ngEUcMU0xnGYaT8ktqDCBlBckToGUMg=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];