Skip to content

Commit

Permalink
inconsolata: 2.001 -> 3.001
Browse files Browse the repository at this point in the history
  • Loading branch information
appsforartists committed Jan 8, 2024
1 parent 392f406 commit 98ed8c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/data/fonts/inconsolata/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@

stdenv.mkDerivation {
pname = "inconsolata";
version = "unstable-2021-01-19";
version = "3.001";

src = fetchFromGitHub {
owner = "google";
repo = "fonts";
rev = "f113126dc4b9b1473d9354a86129c9d7b837aa1a";
sha256 = "0safw5prpa63mqcyfw3gr3a535w4c9hg5ayw5pkppiwil7n3pyxs";
rev = "0f203e3740b5eb77e0b179dff1e5869482676782";
sha256 = "sha256-Q8eUJ0mkoB245Ifz5ulxx61x4+AqKhG0uqhWF2nSLpw=";
};

installPhase = ''
install -m644 --target $out/share/fonts/truetype/inconsolata -D $src/ofl/inconsolata/*.ttf
install -m644 --target $out/share/fonts/truetype/inconsolata -D $src/ofl/inconsolata/static/*.ttf
'';

meta = with lib; {
homepage = "https://www.levien.com/type/myfonts/inconsolata.html";
description = "A monospace font for both screen and print";
maintainers = with maintainers; [ mikoim raskin ];
maintainers = with maintainers; [ appsforartists mikoim raskin ];
license = licenses.ofl;
platforms = platforms.all;
};
Expand Down

0 comments on commit 98ed8c2

Please sign in to comment.