Skip to content

Commit 3f8fd69

Browse files
TredwellGiterictapen
authored andcommitted
freetype: 2.10.2 -> 2.10.4
https://sourceforge.net/projects/freetype/files/freetype2/2.10.4/ (cherry picked from commit 3775af7)
1 parent 574fd3e commit 3f8fd69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/libraries/freetype/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let
1414

1515
in stdenv.mkDerivation rec {
1616
pname = "freetype";
17-
version = "2.10.1";
17+
version = "2.10.4";
1818

1919
meta = with stdenv.lib; {
2020
description = "A font rendering engine";
@@ -33,7 +33,7 @@ in stdenv.mkDerivation rec {
3333

3434
src = fetchurl {
3535
url = "mirror://savannah/${pname}/${pname}-${version}.tar.xz";
36-
sha256 = "0vx2dg1jh5kq34dd6ifpjywkpapp8a7p1bvyq9yq5zi1i94gmnqn";
36+
sha256 = "112pyy215chg7f7fmp2l9374chhhpihbh8wgpj5nj6avj3c59a46";
3737
};
3838

3939
propagatedBuildInputs = [ zlib bzip2 libpng ]; # needed when linking against freetype

0 commit comments

Comments
 (0)