iosevka: 27.0.0 -> 27.1.0

Diff: https://github.com/be5invis/iosevka/compare/v27.0.0...v27.1.0
This commit is contained in:
lunik1 2023-09-30 17:31:08 +01:00
parent 7ac382de24
commit 84f76e0341
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.0.0";
version = "27.1.0";
src = fetchFromGitHub {
owner = "be5invis";
repo = "iosevka";
rev = "v${version}";
hash = "sha256-LXQ7F+hEsPfve9yKEYav1O+ZN7uZqK8YmMT0Pr5FQpc=";
hash = "sha256-KXF+ePMEwEUh0fs0cOELRmxOp9hHibDLfRdbffLcZDs=";
};
npmDepsHash = "sha256-SAdKtX+BuU0/me4ECzrKLRJRW6LzGZO2ehAB9iWRVF8=";
npmDepsHash = "sha256-NfR7OUVguMZVmeumf8oRaQK28G42zy6p6K+Hx4e1Kgw=";
nativeBuildInputs = [
remarshal