Skip to content

Commit

Permalink
iosevka: 30.1.0 -> 30.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lunik1 committed May 25, 2024
1 parent cb796c7 commit 9d09d5b
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 @@ -55,16 +55,16 @@ assert (extraParameters != null) -> set != null;

buildNpmPackage rec {
pname = "Iosevka${toString set}";
version = "30.0.1";
version = "30.1.0";

src = fetchFromGitHub {
owner = "be5invis";
repo = "iosevka";
rev = "v${version}";
hash = "sha256-THs6kN5VZpTvzTK7w/sGQbxoEyyPwzl93JDOvwucgeo=";
hash = "sha256-HYoCf5rwkKMjMPYW7E7EJgPXfgk7nELQu+ur4N3PC8s=";
};

npmDepsHash = "sha256-maDIkbe4BKY7XYOQNGdOalyTGdBXgIU5t0QjVJW6lvQ=";
npmDepsHash = "sha256-8EqIfgthhYkefAb+jFoL7Sk9/2gqwLwjZkc3WL35nYQ=";

nativeBuildInputs = [
remarshal
Expand Down

0 comments on commit 9d09d5b

Please sign in to comment.