iosevka: 25.1.1 -> 26.0.2

Diff: https://github.com/be5invis/iosevka/compare/v25.1.1...v26.0.2
This commit is contained in:
lunik1 2023-08-06 17:39:21 +01:00
parent 7d2d1b6ff5
commit 489e6d60b0
No known key found for this signature in database
GPG key ID: A152D6F6925F8EE5

View file

@ -55,16 +55,16 @@ assert (extraParameters != null) -> set != null;
buildNpmPackage rec {
pname = if set != null then "iosevka-${set}" else "iosevka";
version = "25.1.1";
version = "26.0.2";
src = fetchFromGitHub {
owner = "be5invis";
repo = "iosevka";
rev = "v${version}";
hash = "sha256-IEP4xxL5rez15FVCKdgNBmCv9yHFqtHz/YKTQciQWMg=";
hash = "sha256-thQrjK+5Um0T1GK/VZpZoioWvW/ncoHUGEb19/hUIHc=";
};
npmDepsHash = "sha256-E4dC3WCXvnx9qUxOM+f6/HfBxKhUvsD9TEVmPJGwbDs=";
npmDepsHash = "sha256-28ZyVY6/MkeFWBXmQMY+vLsfDsEvGyY9s6eYW5OzYvw=";
nativeBuildInputs = [
remarshal