Skip to content

Commit

Permalink
harfbuzz: 10.1.0 -> 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 12, 2025
1 parent 9eb2e11 commit 2e30794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/harfbuzz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "harfbuzz${lib.optionalString withIcu "-icu"}";
version = "10.1.0";
version = "10.2.0";

src = fetchurl {
url = "https://github.com/harfbuzz/harfbuzz/releases/download/${finalAttrs.version}/harfbuzz-${finalAttrs.version}.tar.xz";
hash = "sha256-bONSDy0ImjPO8PxIMhM0uOC3IUH2p2Nxmqrs0neey4I=";
hash = "sha256-Yg40aPrsLqhoXTLEalhGm4UO9jBAs1Zc3gWVmCW0gic=";
};

postPatch =
Expand Down

0 comments on commit 2e30794

Please sign in to comment.