iosevka: 27.3.2 -> 27.3.4

Diff: https://github.com/be5invis/iosevka/compare/v27.3.2...v27.3.4
This commit is contained in:
lunik1 2023-11-05 19:11:29 +00:00
parent 1780e9393b
commit d53d90401d
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 = "27.3.2";
version = "27.3.4";
src = fetchFromGitHub {
owner = "be5invis";
repo = "iosevka";
rev = "v${version}";
hash = "sha256-an2/Aqb+5t61CkiBhwL9lA0WPxhIC+tDDjhn8alcqJQ=";
hash = "sha256-JsK2jzXyAACh9e3P2y0YLky2XQuR/dKyEbRpFUSnJdM=";
};
npmDepsHash = "sha256-BQTM/ea/X2iqRkX510fAzouPNcV7cUmtY7J/CSUMH7o=";
npmDepsHash = "sha256-uchJ+1NWbo4FpNOjOO3luhIdZyQZLToZ1UCMLdGzjkY=";
nativeBuildInputs = [
remarshal