iosevka: 2.3.2 -> 2.3.3

This commit is contained in:
Vincent Bernat 2019-12-28 16:31:59 +01:00
parent 8bd736c789
commit 83053c85f4
2 changed files with 6 additions and 6 deletions

View file

@ -30,13 +30,13 @@ assert (privateBuildPlan != null) -> set != null;
stdenv.mkDerivation rec {
pname = if set != null then "iosevka-${set}" else "iosevka";
version = "2.3.2";
version = "2.3.3";
src = fetchFromGitHub {
owner = "be5invis";
repo = "Iosevka";
rev = "v${version}";
sha256 = "0s0vdvp1sn8p2pi2xm9n05pabk30ki7wjlmr0zz0nkhidb8apw6k";
sha256 = "0k7xij473g5g0lwhb6qpn70v3n2d025dww3nlb7jwbpnp03zliz0";
};
nativeBuildInputs = [

View file

@ -1,6 +1,6 @@
{
"name": "iosevka-build-deps",
"version": "2.3.2",
"version": "2.3.3",
"scripts": {
"build": "verda -f verdafile.js"
},
@ -15,12 +15,12 @@
"patrisika-scopes": "^0.11.1",
"primitive-quadify-off-curves": "^0.4.0",
"stylus": "^0.54.5",
"toml": "^2.3.2",
"toml": "^3.0.0",
"topsort": "0.0.2",
"ttf2woff": "^2.0.1",
"ttf2woff2": "^2.0.3",
"unorm": "^1.4.1",
"unorm": "^1.6.0",
"verda": "^1.0.0-0",
"yargs": "^12.0.0"
"yargs": "^14.2.0"
}
}