iosevka: 24.1.4 -> 25.0.1

Diff: https://github.com/be5invis/iosevka/compare/v25.0.1...v25.0.1
This commit is contained in:
lunik1 2023-07-14 00:41:04 +01:00
parent 04dc69b62e
commit ab155b06ba
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 { buildNpmPackage rec {
pname = if set != null then "iosevka-${set}" else "iosevka"; pname = if set != null then "iosevka-${set}" else "iosevka";
version = "24.1.4"; version = "25.0.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "be5invis"; owner = "be5invis";
repo = "iosevka"; repo = "iosevka";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-+b+13D6dKHx9kvAKeN/ePcWGtDPpFB/dVwHTTprw7Co="; hash = "sha256-clbqr4hGtIkbgPYovYXHGW+FUTEjAn3Oq7aoPFMgGJU=";
}; };
npmDepsHash = "sha256-+LZQY64SdcEx+Mqb5qGelC7zbXdStJkDvcFWgUVTDnE="; npmDepsHash = "sha256-TxMmUgwQPbSV+1qe0FEtSPAYwJRnpuQ+qOmWvrq9xKY=";
nativeBuildInputs = [ nativeBuildInputs = [
remarshal remarshal