Skip to content

Commit c9f8fb4

Browse files
committedMay 12, 2017
fontconfig-penultimate: 0.3.3 -> 0.3.4
1 parent 77faaee commit c9f8fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/data/fonts/fontconfig-penultimate/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{ stdenv, fetchFromGitHub }:
22

3-
let version = "0.3.3"; in
3+
let version = "0.3.4"; in
44
stdenv.mkDerivation {
55
name = "fontconfig-penultimate-${version}";
66

77
src = fetchFromGitHub {
88
owner = "ttuegel";
99
repo = "fontconfig-penultimate";
1010
rev = version;
11-
sha256 = "0392lw31jps652dcjazln77ihb6bl7gk201gb7wb9i223avp86w9";
11+
sha256 = "00vrw82dg1jyg65hhsg46rmg063rsls94hn6b8491mmvnzr0kgh2";
1212
};
1313

1414
installPhase = ''

3 commit comments

Comments
 (3)

vcunat commented on May 24, 2017

@vcunat
Member

This broke plasma5 tests, most likely due to confusing OCR.

@ttuegel: any other immediate ideas than to override the version to 0.3.3 in that test (only)? I see that wouldn't cause any extra builds.

ttuegel commented on May 24, 2017

@ttuegel
MemberAuthor

No other ideas. This change doesn't affect rendering of any fonts used in that test, so I would say that the OCR is pretty fragile.

vcunat commented on May 24, 2017

@vcunat
Member

OK, pushed the ugly fix: bba5b1c.

Please sign in to comment.