Merge pull request #300584 from r-ryantm/auto-update/iosevka
iosevka: 29.0.4 -> 29.0.5
This commit is contained in:
commit
b08e68bdb4
1 changed files with 3 additions and 3 deletions
|
@ -55,16 +55,16 @@ assert (extraParameters != null) -> set != null;
|
|||
|
||||
buildNpmPackage rec {
|
||||
pname = "Iosevka${toString set}";
|
||||
version = "29.0.4";
|
||||
version = "29.0.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "be5invis";
|
||||
repo = "iosevka";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-dkFvgiGCHvBp7gBNAG08cfpTc0c7b2oU56xfxjPHhm8=";
|
||||
hash = "sha256-Ir/HS9MFqOO7CDDLnqFX+6vCg06U5cYAcNKFyh5Ioc8=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-IvMO0LZy/vlNxsp2D5pK97l6OIltrjv8iZ2CGl2XhFM=";
|
||||
npmDepsHash = "sha256-tzrMAZv1ATYwPVBUiDm4GPVj+TVAA3hMdc3MrdblOIw=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
remarshal
|
||||
|
|
Loading…
Reference in a new issue