fontconfig-penultimate: 0.2.1 -> 0.3.2

This commit is contained in:
Thomas Tuegel
2017-04-03 08:48:50 -05:00
parent 03942659ca
commit 89bfa112cf
3 changed files with 228 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub }:
let version = "0.2.1"; in
let version = "0.3.2"; in
stdenv.mkDerivation {
name = "fontconfig-penultimate-${version}";
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
owner = "ttuegel";
repo = "fontconfig-penultimate";
rev = version;
sha256 = "14arpalmpn7ig2myxslk4jdg6lm0cnmwsxy7zl0j7yr417k1kprf";
sha256 = "01cgqdmgpqahkg71lnvr3yzsmka9q1kgkbiz6w5ds1fhrpcswj7p";
};
installPhase = ''