Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 24aa9b355e05
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ef4296311d8d
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 28, 2019

  1. iosevka: 2.3.2 -> 2.3.3

    vincentbernat committed Dec 28, 2019
    Copy the full SHA
    83053c8 View commit details

Commits on Jan 9, 2020

  1. Merge pull request #76612 from vincentbernat/fix/iosevka-2.3.3

    iosevka: 2.3.2 -> 2.3.3
    c0bw3b authored Jan 9, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ef42963 View commit details
Showing with 6 additions and 6 deletions.
  1. +2 −2 pkgs/data/fonts/iosevka/default.nix
  2. +4 −4 pkgs/data/fonts/iosevka/package.json
4 changes: 2 additions & 2 deletions pkgs/data/fonts/iosevka/default.nix
Original file line number Diff line number Diff line change
@@ -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 = [
8 changes: 4 additions & 4 deletions pkgs/data/fonts/iosevka/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}