Skip to content

Commit

Permalink
fontconfig-penultimate: 0.3.2 -> 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Apr 8, 2017
1 parent 2214b63 commit a40600b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/fonts/fontconfig-penultimate/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub }:

let version = "0.3.2"; in
let version = "0.3.3"; in
stdenv.mkDerivation {
name = "fontconfig-penultimate-${version}";

src = fetchFromGitHub {
owner = "ttuegel";
repo = "fontconfig-penultimate";
rev = version;
sha256 = "01cgqdmgpqahkg71lnvr3yzsmka9q1kgkbiz6w5ds1fhrpcswj7p";
sha256 = "0392lw31jps652dcjazln77ihb6bl7gk201gb7wb9i223avp86w9";
};

installPhase = ''
Expand Down

0 comments on commit a40600b

Please sign in to comment.