summary refs log tree commit diff
path: root/pkgs/development/libraries/harfbuzz
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-30 05:04:45 +0000
committerJan Tojnar <jtojnar@gmail.com>2021-02-11 04:49:41 +0100
commitccef37dc22afad81a27740371a2396554fd4d18d (patch)
tree20cf4ee3b160d497707f70a079e5a770ee2202ec /pkgs/development/libraries/harfbuzz
parent49cfaceb40fc62c7b51ef89c653d592d58c8a33d (diff)
downloadnixpkgs-ccef37dc22afad81a27740371a2396554fd4d18d.tar
nixpkgs-ccef37dc22afad81a27740371a2396554fd4d18d.tar.gz
nixpkgs-ccef37dc22afad81a27740371a2396554fd4d18d.tar.bz2
nixpkgs-ccef37dc22afad81a27740371a2396554fd4d18d.tar.lz
nixpkgs-ccef37dc22afad81a27740371a2396554fd4d18d.tar.xz
nixpkgs-ccef37dc22afad81a27740371a2396554fd4d18d.tar.zst
nixpkgs-ccef37dc22afad81a27740371a2396554fd4d18d.zip
harfbuzz: 2.7.2 -> 2.7.4
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 b3615893b53..3f31a3f6db3 100644
--- a/pkgs/development/libraries/harfbuzz/default.nix
+++ b/pkgs/development/libraries/harfbuzz/default.nix
@@ -11,7 +11,7 @@
 }:
 
 let
-  version = "2.7.2";
+  version = "2.7.4";
   inherit (lib) optional optionals optionalString;
   mesonFeatureFlag = opt: b:
     "-D${opt}=${if b then "enabled" else "disabled"}";
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
     owner  = "harfbuzz";
     repo   = "harfbuzz";
     rev    = version;
-    sha256 = "0vfyxr3lvzp80j1347nrwpr1ndv265p15rj2q8rj31lb26nyz4dm";
+    sha256 = "sha256-uMkniDNBQ2mxDmeM7K/YQtZ3Avh9RVXYe7XsUErGas8=";
   };
 
   postPatch = ''