harfbuzz: bugfix 1.4.4 -> 1.4.5

This commit is contained in:
Vladimír Čunát 2017-04-18 18:41:53 +02:00
parent 977aa067ae
commit 148f4996b5
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -5,7 +5,7 @@
}:
let
version = "1.4.4";
version = "1.4.5";
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 = "0mfj37qr8fw9mzsvk4296fq8vzq909mwlkl2xrjfrfvc8z5gilim";
sha256 = "d0e05438165884f21658154c709075feaf98c93ee5c694b951533ac425a9a711";
};
outputs = [ "out" "dev" ];