iosevka: 27.3.1 -> 27.3.2

Diff: https://github.com/be5invis/iosevka/compare/v27.3.1...v27.3.2
This commit is contained in:
lunik1 2023-10-28 23:06:32 +01:00
parent b59bd02274
commit 132dc35748
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.1";
version = "27.3.2";
src = fetchFromGitHub {
owner = "be5invis";
repo = "iosevka";
rev = "v${version}";
hash = "sha256-7ndJDdgDn5tnnUeB4etQ8bBZnH7NuiYoNQ9CrF2HtwQ=";
hash = "sha256-an2/Aqb+5t61CkiBhwL9lA0WPxhIC+tDDjhn8alcqJQ=";
};
npmDepsHash = "sha256-MNlT8VJTIvoZDAAdEs0Fa8gqO7dWhRR9I4Kw4qlW5Ig=";
npmDepsHash = "sha256-BQTM/ea/X2iqRkX510fAzouPNcV7cUmtY7J/CSUMH7o=";
nativeBuildInputs = [
remarshal