summary refs log tree commit diff
path: root/pkgs/development/libraries/harfbuzz
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-08-17 02:28:29 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-08-17 02:28:29 -0700
commit7cb57d7530da7d0773000c589590f60e4e22b5c6 (patch)
tree826b9c09390cbe7109d15251fa9e31daeebd937b /pkgs/development/libraries/harfbuzz
parent249ba3d3ed76e34f61ab7bb2024b013f3feaafb9 (diff)
downloadnixpkgs-7cb57d7530da7d0773000c589590f60e4e22b5c6.tar
nixpkgs-7cb57d7530da7d0773000c589590f60e4e22b5c6.tar.gz
nixpkgs-7cb57d7530da7d0773000c589590f60e4e22b5c6.tar.bz2
nixpkgs-7cb57d7530da7d0773000c589590f60e4e22b5c6.tar.lz
nixpkgs-7cb57d7530da7d0773000c589590f60e4e22b5c6.tar.xz
nixpkgs-7cb57d7530da7d0773000c589590f60e4e22b5c6.tar.zst
nixpkgs-7cb57d7530da7d0773000c589590f60e4e22b5c6.zip
harfbuzz: 1.8.2 -> 1.8.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/harfbuzz/versions.
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 a0160a8440d..68cb265b7fe 100644
--- a/pkgs/development/libraries/harfbuzz/default.nix
+++ b/pkgs/development/libraries/harfbuzz/default.nix
@@ -5,7 +5,7 @@
 }:
 
 let
-  version = "1.8.2";
+  version = "1.8.8";
   inherit (stdenv.lib) optional optionals optionalString;
 in
 
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${version}.tar.bz2";
-    sha256 = "0my6m9aqv4a8fc2pjwqx9pfdfh3a9mqvas4si4psi1b1867zi8y8";
+    sha256 = "1ag3scnm1fcviqgx2p4858y433mr0ndqw6zccnccrqcr9mpcird8";
   };
 
   outputs = [ "out" "dev" ];