Skip to content

Commit ea75783

Browse files
authored
iosevka: 31.8.0 -> 32.1.0 (#359598)
2 parents 444f948 + f719a8a commit ea75783

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/data/fonts/iosevka/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ assert (extraParameters != null) -> set != null;
5555

5656
buildNpmPackage rec {
5757
pname = "Iosevka${toString set}";
58-
version = "31.8.0";
58+
version = "32.1.0";
5959

6060
src = fetchFromGitHub {
6161
owner = "be5invis";
6262
repo = "iosevka";
6363
rev = "v${version}";
64-
hash = "sha256-GGtbW4Y/02ubdufTXmywGS4jyMfm8RfOMvmUNoUcLQg=";
64+
hash = "sha256-bLB85rla5hN62EGOSVkW6FZM0+U2hkg50LMg2NsMXkU=";
6565
};
6666

67-
npmDepsHash = "sha256-/zLWtIIPNOMrICKaj5SY1Bo3Pdso6a776fIYY/7X0U4=";
67+
npmDepsHash = "sha256-lBLz/BsSVh6szJxunoTj31oxB/3yqd1oWjSzTmQFGv8=";
6868

6969
nativeBuildInputs = [
7070
remarshal

0 commit comments

Comments
 (0)