From b559566b171a445f214a0c0ab99ff6c933aaf7ef Mon Sep 17 00:00:00 2001 From: Sam Connelly Date: Tue, 26 Nov 2024 18:02:36 -0500 Subject: [PATCH] convfont: 1.0 -> 1.2 --- pkgs/by-name/co/convfont/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/co/convfont/package.nix b/pkgs/by-name/co/convfont/package.nix index 45871d62c9bda..0600dc8fe45d1 100644 --- a/pkgs/by-name/co/convfont/package.nix +++ b/pkgs/by-name/co/convfont/package.nix @@ -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" ]; @@ -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";