iosevka: 17.1.0 → 19.0.1

Diff: https://github.com/be5invis/iosevka/compare/v17.1.0...v19.0.1
This commit is contained in:
lunik1 2023-02-24 23:31:42 +00:00
parent 791e85c7f4
commit 273c9629f6
No known key found for this signature in database
GPG key ID: 6A37DF9483188492

View file

@ -55,16 +55,16 @@ assert (extraParameters != null) -> set != null;
buildNpmPackage rec { buildNpmPackage rec {
pname = if set != null then "iosevka-${set}" else "iosevka"; pname = if set != null then "iosevka-${set}" else "iosevka";
version = "17.1.0"; version = "19.0.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "be5invis"; owner = "be5invis";
repo = "iosevka"; repo = "iosevka";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-xGRymDhkNP9b2JYTEu4M/CrRINmMGY2S5ZuM3Ot1wGg="; hash = "sha256-nkW9sp7AdaClNTuyC97S0bS6vgVeJQBphfoVOaexnBs=";
}; };
npmDepsHash = "sha256-Ncf07ggyOnz/2SpgdmaYS2X/8Bad+J2sz8Yyx9Iri3E="; npmDepsHash = "sha256-LWFHlVGYvOJzdCT2Y86VSzsf/fLJ3B9cJAkBkZyUrMM=";
nativeBuildInputs = [ nativeBuildInputs = [
remarshal remarshal