Skip to content

Commit

Permalink
iosevka: 32.2.1 -> 32.3.1 (#370165)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Jan 2, 2025
2 parents e93e8ea + 041cda8 commit 3fe57fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2.1";
version = "32.3.1";

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

npmDepsHash = "sha256-dFVhoBf4v0K1mqbiysZNk4yCt4Ars0Pgnr63xIsavDo=";
npmDepsHash = "sha256-gmaFzcTbocx3RYW4G4Lw/08f3c71draxRwzV0BA2/KY=";

nativeBuildInputs =
[
Expand Down

0 comments on commit 3fe57fe

Please sign in to comment.