about summary refs log tree commit diff
path: root/pkgs/development/libraries/harfbuzz
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-07 08:53:21 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-07 08:53:21 -0700
commit1a59c8d09cd5e30e14dd9a8bc8e59ad9e4fc3d19 (patch)
treefcf4822f623ca16bebc5a38a69959ec74c6efa56 /pkgs/development/libraries/harfbuzz
parentc45eadf31ddf61328a33dc9215c4b1f1f4f2c0d2 (diff)
downloadnixlib-1a59c8d09cd5e30e14dd9a8bc8e59ad9e4fc3d19.tar
nixlib-1a59c8d09cd5e30e14dd9a8bc8e59ad9e4fc3d19.tar.gz
nixlib-1a59c8d09cd5e30e14dd9a8bc8e59ad9e4fc3d19.tar.bz2
nixlib-1a59c8d09cd5e30e14dd9a8bc8e59ad9e4fc3d19.tar.lz
nixlib-1a59c8d09cd5e30e14dd9a8bc8e59ad9e4fc3d19.tar.xz
nixlib-1a59c8d09cd5e30e14dd9a8bc8e59ad9e4fc3d19.tar.zst
nixlib-1a59c8d09cd5e30e14dd9a8bc8e59ad9e4fc3d19.zip
harfbuzz: 1.7.5 -> 1.7.6
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.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.7.6 with grep in /nix/store/q29jj339iyq46gh6dx7zrpbgx07b7826-harfbuzz-1.7.6
- directory tree listing: https://gist.github.com/ea2a4f299a574853f5fa5137ff8505ca
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 bb68ae94a7f0..2c59fb3f9ea6 100644
--- a/pkgs/development/libraries/harfbuzz/default.nix
+++ b/pkgs/development/libraries/harfbuzz/default.nix
@@ -5,7 +5,7 @@
 }:
 
 let
-  version = "1.7.5";
+  version = "1.7.6";
   inherit (stdenv.lib) optional optionals optionalString;
 in
 
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${version}.tar.bz2";
-    sha256 = "84574e1b1f65ca694cb8fb6905309665c0368af18a312357f8ff886ee2f29563";
+    sha256 = "16rf7qwgy1gza74v2ws79zdwwb1lpvgz2abwwm8ws9j82cwysyys";
   };
 
   outputs = [ "out" "dev" ];