iosevka: 29.1.0 -> 29.2.0

Diff: https://github.com/be5invis/iosevka/compare/v29.1.0...v29.2.0
This commit is contained in:
lunik1 2024-04-13 23:23:09 +01:00
parent 495d9bd7ad
commit 8f588920fc
No known key found for this signature in database
GPG Key ID: A152D6F6925F8EE5
1 changed files with 3 additions and 3 deletions

View File

@ -55,16 +55,16 @@ assert (extraParameters != null) -> set != null;
buildNpmPackage rec {
pname = "Iosevka${toString set}";
version = "29.1.0";
version = "29.2.0";
src = fetchFromGitHub {
owner = "be5invis";
repo = "iosevka";
rev = "v${version}";
hash = "sha256-LtbkumAAx77sG2Mw5gkjFK+wtwibKP6uVT2buEkERik=";
hash = "sha256-7g0eogqiBdfTwg8btkHExrY4fpqf0hUZbvlElFtKrB8=";
};
npmDepsHash = "sha256-hC5283V5olhZlwY8PgTywTrbx93acclc4N0YrZTaV7Y=";
npmDepsHash = "sha256-lSKh16qN4EAmC0wtBokkFyl6Vung85vPTyr8Icc4rU0=";
nativeBuildInputs = [
remarshal