iosevka: 23.0.0 -> 24.1.0

Diff: https://github.com/be5invis/iosevka/compare/v24.1.0...v24.1.0
This commit is contained in:
lunik1 2023-05-28 19:55:55 +01:00
parent 1800764ed4
commit 242601edc3
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 = "23.0.0";
version = "24.1.0";
src = fetchFromGitHub {
owner = "be5invis";
repo = "iosevka";
rev = "v${version}";
hash = "sha256-j7JE9UHG4xho0a4TqG5rpCJkYyVxgoLxBuRtNMGfkrw=";
hash = "sha256-Th4+SUP1gqusGA680Ddh1YHUYJFJIe9zUSNE+NIDl40=";
};
npmDepsHash = "sha256-/zutJ4kwGqBe3snMxyvReJdvlcsm+02ZZyFMdNN6gmc=";
npmDepsHash = "sha256-ChK3fUqPX1F8CljJGNiquS+5ZTlpeBEuYRPGoxSsyuI=";
nativeBuildInputs = [
remarshal