We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 444f948 + f719a8a commit ea75783Copy full SHA for ea75783
pkgs/data/fonts/iosevka/default.nix
@@ -55,16 +55,16 @@ assert (extraParameters != null) -> set != null;
55
56
buildNpmPackage rec {
57
pname = "Iosevka${toString set}";
58
- version = "31.8.0";
+ version = "32.1.0";
59
60
src = fetchFromGitHub {
61
owner = "be5invis";
62
repo = "iosevka";
63
rev = "v${version}";
64
- hash = "sha256-GGtbW4Y/02ubdufTXmywGS4jyMfm8RfOMvmUNoUcLQg=";
+ hash = "sha256-bLB85rla5hN62EGOSVkW6FZM0+U2hkg50LMg2NsMXkU=";
65
};
66
67
- npmDepsHash = "sha256-/zLWtIIPNOMrICKaj5SY1Bo3Pdso6a776fIYY/7X0U4=";
+ npmDepsHash = "sha256-lBLz/BsSVh6szJxunoTj31oxB/3yqd1oWjSzTmQFGv8=";
68
69
nativeBuildInputs = [
70
remarshal
0 commit comments