We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574fd3e commit 3f8fd69Copy full SHA for 3f8fd69
1 file changed
pkgs/development/libraries/freetype/default.nix
@@ -14,7 +14,7 @@ let
14
15
in stdenv.mkDerivation rec {
16
pname = "freetype";
17
- version = "2.10.1";
+ version = "2.10.4";
18
19
meta = with stdenv.lib; {
20
description = "A font rendering engine";
@@ -33,7 +33,7 @@ in stdenv.mkDerivation rec {
33
34
src = fetchurl {
35
url = "mirror://savannah/${pname}/${pname}-${version}.tar.xz";
36
- sha256 = "0vx2dg1jh5kq34dd6ifpjywkpapp8a7p1bvyq9yq5zi1i94gmnqn";
+ sha256 = "112pyy215chg7f7fmp2l9374chhhpihbh8wgpj5nj6avj3c59a46";
37
};
38
39
propagatedBuildInputs = [ zlib bzip2 libpng ]; # needed when linking against freetype
0 commit comments