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

libspiro: 20221101 -> 20240902 (#339251)

parents cf85a676 5d313d9a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "libspiro";
  version = "20221101";
  version = "20240902";

  src = fetchFromGitHub {
    owner = "fontforge";
    repo = pname;
    rev = version;
    sha256 = "sha256-/9UCrdq69RO22593qiA8pZ4qfY9UVGqlGYB9zatsOgw=";
    sha256 = "sha256-GaLfNxL/Y0JsRXIldxliBFaB2ZLFVPR7Du8GTZ77HFo=";
  };

  nativeBuildInputs = [ pkg-config autoreconfHook ];