iosevka: 27.2.0 -> 27.2.1

Diff: https://github.com/be5invis/iosevka/compare/v27.2.0...v27.2.1
This commit is contained in:
lunik1 2023-10-15 00:55:17 +01:00
parent 6b835f2557
commit 7a40f33f09
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.2.0";
version = "27.2.1";
src = fetchFromGitHub {
owner = "be5invis";
repo = "iosevka";
rev = "v${version}";
hash = "sha256-jRUwXnsYzM4BH+tEM6xuoB3/MFqbnR0deT3Slgkemvs=";
hash = "sha256-+d6pONsAoA0iI7VCuDHBGGjZPaxgLToouQpFTaX6edY=";
};
npmDepsHash = "sha256-6ikjJScy6iL8lZ9eE2JBz7+egRCNli4XC9hnEalX408=";
npmDepsHash = "sha256-c/QvrDjjoq2o1le++e7D0Lb18wyZc/q6ct++rkgYtzg=";
nativeBuildInputs = [
remarshal