summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-07-10 00:26:07 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2021-07-24 15:19:48 +0200
commit06c7c2a43128445809e58acff06192c28145e798 (patch)
tree42a9999a4cc1e0b3a21b396344689183302d0d06 /pkgs
parenta22fd3f4bb1b0b5bc097bde48b648c0e8650921b (diff)
downloadnixpkgs-06c7c2a43128445809e58acff06192c28145e798.tar
nixpkgs-06c7c2a43128445809e58acff06192c28145e798.tar.gz
nixpkgs-06c7c2a43128445809e58acff06192c28145e798.tar.bz2
nixpkgs-06c7c2a43128445809e58acff06192c28145e798.tar.lz
nixpkgs-06c7c2a43128445809e58acff06192c28145e798.tar.xz
nixpkgs-06c7c2a43128445809e58acff06192c28145e798.tar.zst
nixpkgs-06c7c2a43128445809e58acff06192c28145e798.zip
harfbuzz: 2.8.1 -> 2.8.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/harfbuzz/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/harfbuzz/default.nix b/pkgs/development/libraries/harfbuzz/default.nix
index db142286fe4..4a12c5bcc22 100644
--- a/pkgs/development/libraries/harfbuzz/default.nix
+++ b/pkgs/development/libraries/harfbuzz/default.nix
@@ -24,7 +24,7 @@
 }:
 
 let
-  version = "2.8.1";
+  version = "2.8.2";
   inherit (lib) optional optionals optionalString;
   mesonFeatureFlag = opt: b:
     "-D${opt}=${if b then "enabled" else "disabled"}";
@@ -38,7 +38,7 @@ stdenv.mkDerivation {
     owner = "harfbuzz";
     repo = "harfbuzz";
     rev = version;
-    sha256 = "107l9jhvwy6pnq5032kr7r21md65qg09j7iikr4jihf9pvh7gn5w";
+    sha256 = "sha256-uqcwfe5Oa3S0tyZDzqhIQfRFEv/HaiVWzVvwjqpLo5g=";
   };
 
   postPatch = ''