Merge pull request #331633 from redyf/update-iosevka

iosevka: 30.3.3 -> 31.0.0
This commit is contained in:
Pol Dellaiera 2024-08-03 21:17:39 +02:00 committed by GitHub
commit e54d9c2f7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,16 +55,16 @@ assert (extraParameters != null) -> set != null;
buildNpmPackage rec {
pname = "Iosevka${toString set}";
version = "30.3.3";
version = "31.0.0";
src = fetchFromGitHub {
owner = "be5invis";
repo = "iosevka";
rev = "v${version}";
hash = "sha256-vbtcnBj+mYqUBUpyDXDjoz1elL5xPybZ60DBA3iFRME=";
hash = "sha256-toC3Q5DkTu8yfrCwhRutUaPW0JJO/Vnhkh6PUKIa31I=";
};
npmDepsHash = "sha256-5PTwvwGQKIL22BDq252DGddsXodaYlXUr0PiejFW+28=";
npmDepsHash = "sha256-PWzhpz+L1mNQI5PCHVsU/+vfb5im/V8NxhlUtdhSeMM=";
nativeBuildInputs = [
remarshal