Unverified Commit 088fe6e9 authored by Damien Cassou's avatar Damien Cassou Committed by GitHub
Browse files

Merge pull request #191459 from DamienCassou/iosevka-comfy-1.0.0

parents bef209dc e7b76b91
Loading
Loading
Loading
Loading
+11 −6
Original line number Diff line number Diff line
@@ -2,20 +2,25 @@

let
  sets = [
    # The compact, sans-serif set:
    "comfy"
    "comfy-fixed"
    "comfy-duo"
    "comfy-wide"
    "comfy-wide-fixed"
    # The compact, serif set:
    "comfy-motion"
    "comfy-motion-fixed"
    "comfy-motion-duo"
    # The wide, sans-serif set:
    "comfy-wide"
    "comfy-wide-fixed"
    "comfy-wide-duo"
  ];
  version = "0.4.0";
  version = "1.0.0";
  src = fetchFromSourcehut {
    owner = "~protesilaos";
    repo = "iosevka-comfy";
    rev = version;
    sha256 = "sha256-d3C5HNiZCd0xva6zvMP9NmvmeU4uXuaO04pbgIepwfw=";
    sha256 = "0psbz40hicv3v3x7yq26hy6nfbzml1kha24x6a88rfrncdp6bds7";
  };
  privateBuildPlan = src.outPath + "/private-build-plans.toml";
  overrideAttrs = (attrs: {
@@ -24,8 +29,8 @@ let
    meta = with lib; {
      inherit (src.meta) homepage;
      description = ''
        Custom build of Iosevka with a rounded style and open shapes,
        adjusted metrics, and overrides for almost all individual glyphs
        Customised build of the Iosevka typeface, with a consistent
        rounded style and overrides for almost all individual glyphs
        in both roman (upright) and italic (slanted) variants.
      '';
      license = licenses.ofl;