Skip to content

Commit

Permalink
convfont: 1.0 -> 1.2 (#359462)
Browse files Browse the repository at this point in the history
  • Loading branch information
symphorien authored Dec 18, 2024
2 parents dd1a79b + b559566 commit fb9ff56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/co/convfont/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "convfont";
version = "1.0";
version = "1.2";

src = fetchFromGitHub {
owner = "drdnar";
repo = pname;
rev = "v20190438";
sha256 = "1lj24yq5gj9hxhy1srk73521q95zyqzkws0q4v271hf5wmqaxa2f";
rev = "a4f90539165ef15e391ad8cf26a14d4876072dc8";
sha256 = "sha256-xDn29/HETeao0cwvt2LohA37sGQQ20gtBdYr20vA04A=";
};

makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
Expand All @@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Converts font for use with FontLibC";
homepage = "https://github.com/drdnar/convfont";
license = licenses.wtfpl;
license = lib.licenses.unfree;
maintainers = with maintainers; [ clevor ];
platforms = platforms.all;
mainProgram = "convfont";
Expand Down

0 comments on commit fb9ff56

Please sign in to comment.