1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

fontconfig-penultimate: 0.3.4 -> 0.3.5

The NixOS option `useEmbeddedBitmaps` is now correctly respected.
This commit is contained in:
Thomas Tuegel 2017-05-17 07:23:57 -05:00
parent fc2caec756
commit 4fd23d7346
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub }:
let version = "0.3.4"; in
let version = "0.3.5"; in
stdenv.mkDerivation {
name = "fontconfig-penultimate-${version}";
@ -8,7 +8,7 @@ stdenv.mkDerivation {
owner = "ttuegel";
repo = "fontconfig-penultimate";
rev = version;
sha256 = "00vrw82dg1jyg65hhsg46rmg063rsls94hn6b8491mmvnzr0kgh2";
sha256 = "1xi664bs6n687s972nch87hi0iqkd6gr1l76zl58pymiw2132ks8";
};
installPhase = ''