Unverified Commit e51be380 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

libspiro: 20240902 -> 20240903 (#341757)

parents f0bdbb33 cd6f2eef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];