fontconfig-penultimate: 0.3.3 -> 0.3.4

This commit is contained in:
Thomas Tuegel 2017-05-12 11:15:00 -05:00
parent 77faaee1be
commit c9f8fb4d12
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.3"; in
let version = "0.3.4"; in
stdenv.mkDerivation {
name = "fontconfig-penultimate-${version}";
@ -8,7 +8,7 @@ stdenv.mkDerivation {
owner = "ttuegel";
repo = "fontconfig-penultimate";
rev = version;
sha256 = "0392lw31jps652dcjazln77ihb6bl7gk201gb7wb9i223avp86w9";
sha256 = "00vrw82dg1jyg65hhsg46rmg063rsls94hn6b8491mmvnzr0kgh2";
};
installPhase = ''