Skip to content

Commit

Permalink
iosevka: 32.1.0 -> 32.2.1 (#365044)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Dec 14, 2024
2 parents 8e77297 + 9788600 commit 7f03d9d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pkgs/data/fonts/iosevka/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ assert (extraParameters != null) -> set != null;

buildNpmPackage rec {
pname = "Iosevka${toString set}";
version = "32.1.0";
version = "32.2.1";

src = fetchFromGitHub {
owner = "be5invis";
repo = "iosevka";
rev = "v${version}";
hash = "sha256-bLB85rla5hN62EGOSVkW6FZM0+U2hkg50LMg2NsMXkU=";
hash = "sha256-z0S38X2A0rfGFNTr/Ym0VHfOhzdz/q42QL3tVf+m5FQ=";
};

npmDepsHash = "sha256-lBLz/BsSVh6szJxunoTj31oxB/3yqd1oWjSzTmQFGv8=";
npmDepsHash = "sha256-dFVhoBf4v0K1mqbiysZNk4yCt4Ars0Pgnr63xIsavDo=";

nativeBuildInputs =
[
Expand Down Expand Up @@ -117,7 +117,10 @@ buildNpmPackage rec {
buildPhase = ''
export HOME=$TMPDIR
runHook preBuild
npm run build --no-update-notifier --targets ttf::$pname -- --jCmd=$NIX_BUILD_CORES --verbose=9
# pipe to cat to disable progress bar
npm run build --no-update-notifier --targets ttf::$pname -- --jCmd=$NIX_BUILD_CORES --verbosity=9 | cat
runHook postBuild
'';

Expand Down

0 comments on commit 7f03d9d

Please sign in to comment.