about summary refs log tree commit diff
path: root/pkgs/development/libraries/harfbuzz
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-05 11:24:32 +0000
committersternenseemann <sternenseemann@systemli.org>2022-08-13 20:41:20 +0200
commit69f3e761d69f25d097f24e4a573a0b8aaf85c58c (patch)
tree22cd105ce30ae55a241af229c3c13fcc84a4bdad /pkgs/development/libraries/harfbuzz
parent1c7931d7e1dda0f870aaa32550fd9dbb1d2d4602 (diff)
harfbuzz: 5.0.1 -> 5.1.0
Diffstat (limited to 'pkgs/development/libraries/harfbuzz')
-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 8c67ef0a156ac..4d70a044cbdcd 100644
--- a/pkgs/development/libraries/harfbuzz/default.nix
+++ b/pkgs/development/libraries/harfbuzz/default.nix
@@ -30,7 +30,7 @@
 }:
 
 let
-  version = "5.0.1";
+  version = "5.1.0";
   inherit (lib) optional optionals optionalString;
   mesonFeatureFlag = opt: b:
     "-D${opt}=${if b then "enabled" else "disabled"}";
@@ -44,7 +44,7 @@ stdenv.mkDerivation {
     owner = "harfbuzz";
     repo = "harfbuzz";
     rev = version;
-    sha256 = "sha256-01hpSTesPpUO2T9v1sq3VvCSFEOMyaxbHhX0vS1ms/k=";
+    sha256 = "sha256-K6iScmg1vNfwb1UYqtXsnijLVpcC+am2ZL+W5bLFzsI=";
   };
 
   postPatch = ''