summary refs log tree commit diff
path: root/pkgs/development/libraries/harfbuzz/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-08 08:23:41 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-08 08:23:41 -0700
commitf9733df3e870b32aa8a833a7b32a4e6925814dc1 (patch)
tree377215081d1ff24bb10cd113e57febfce9d62098 /pkgs/development/libraries/harfbuzz/default.nix
parent07ebb8bb792be16de33596e2cea120eb72b2ec77 (diff)
downloadnixlib-f9733df3e870b32aa8a833a7b32a4e6925814dc1.tar
nixlib-f9733df3e870b32aa8a833a7b32a4e6925814dc1.tar.gz
nixlib-f9733df3e870b32aa8a833a7b32a4e6925814dc1.tar.bz2
nixlib-f9733df3e870b32aa8a833a7b32a4e6925814dc1.tar.lz
nixlib-f9733df3e870b32aa8a833a7b32a4e6925814dc1.tar.xz
nixlib-f9733df3e870b32aa8a833a7b32a4e6925814dc1.tar.zst
nixlib-f9733df3e870b32aa8a833a7b32a4e6925814dc1.zip
harfbuzz: 1.7.6 -> 1.8.0
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

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.8.0 with grep in /nix/store/zdzpback8gi0b28l4qmjk1895wz221df-harfbuzz-1.8.0
- directory tree listing: https://gist.github.com/dfbf59c0a3dd43f2ec145351a6dea823
- du listing: https://gist.github.com/1127d0067d13c892c5ebdb8fe032fba7
Diffstat (limited to 'pkgs/development/libraries/harfbuzz/default.nix')
-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 d098dd8fd146..81a2c8691796 100644
--- a/pkgs/development/libraries/harfbuzz/default.nix
+++ b/pkgs/development/libraries/harfbuzz/default.nix
@@ -5,7 +5,7 @@
 }:
 
 let
-  version = "1.7.6";
+  version = "1.8.0";
   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 = "16rf7qwgy1gza74v2ws79zdwwb1lpvgz2abwwm8ws9j82cwysyys";
+    sha256 = "18wnbq919k5h8pfm1pfy38gs1qzj1hnfr1wq989bix1n2jiii1d1";
   };
 
   outputs = [ "out" "dev" ];