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 c6f2b0c commit 1d2699d
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.0";
version = "30.1.0";

src = fetchFromGitHub {
owner = "be5invis";
repo = "iosevka";
rev = "v${version}";
hash = "sha256-V+oRmrqeIdYDaHmX7zCt7+So9tHOsJbqF0cBhCoctSU=";
hash = "sha256-HYoCf5rwkKMjMPYW7E7EJgPXfgk7nELQu+ur4N3PC8s=";
};

npmDepsHash = "sha256-vRk7yUL+st/1kwNItLhypF22A8YuOG7e3vfoZwB0+oo=";
npmDepsHash = "sha256-8EqIfgthhYkefAb+jFoL7Sk9/2gqwLwjZkc3WL35nYQ=";

nativeBuildInputs = [
remarshal
Expand Down

0 comments on commit 1d2699d

Please sign in to comment.