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: 1ce2ad7fd18c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 19424cda2dc0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 6, 2017

  1. iosevka: 1.13.0 -> 1.13.1

    jfrankenau committed Jul 6, 2017
    Copy the full SHA
    565e2b5 View commit details

Commits on Jul 7, 2017

  1. Merge pull request #27175 from jfrankenau/update-iosevka

    iosevka: 1.13.0 -> 1.13.1
    pSub authored Jul 7, 2017
    Copy the full SHA
    19424cd View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/fonts/iosevka/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/fonts/iosevka/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "iosevka-${version}";
version = "1.13.0";
version = "1.13.1";

buildInputs = [ unzip ];

src = fetchurl {
url = "https://github.com/be5invis/Iosevka/releases/download/v${version}/iosevka-pack-${version}.zip";
sha256 = "03jc8a10177wk35gyp0n317azakyy5qzc6vbh331552asawckswr";
sha256 = "05nnzbhv0sidbzzamz10nlh3j974m95p3dmd66165y4wxyhs989i";
};

sourceRoot = ".";