Unverified Commit 969118f2 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #228746 from r-ryantm/auto-update/arcanPackages.harfbuzz

harfbuzz: 7.1.0 -> 7.2.0
parents f4868c6c 3455cf2a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -34,11 +34,11 @@

stdenv.mkDerivation rec {
  pname = "harfbuzz${lib.optionalString withIcu "-icu"}";
  version = "7.1.0";
  version = "7.2.0";

  src = fetchurl {
    url = "https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz";
    hash = "sha256-8TWmHNRkye1ryYI3ZMGI8nbDhQqNyQRijeKoeWa3B3s=";
    hash = "sha256-/FVgyAfq4O/V+VtapMZYAMeo7tZkIAimsefj//94c8w=";
  };

  postPatch = ''
@@ -108,6 +108,7 @@ stdenv.mkDerivation rec {
  meta = with lib; {
    description = "An OpenType text shaping engine";
    homepage = "https://harfbuzz.github.io/";
    changelog = "https://github.com/harfbuzz/harfbuzz/raw/${version}/NEWS";
    maintainers = [ maintainers.eelco ];
    license = licenses.mit;
    platforms = platforms.unix;