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

Commits on Apr 1, 2019

  1. Copy the full SHA
    4d7a973 View commit details
  2. Merge pull request #58645 from dtzWill/update/inter-3.4

    inter(-ui): 3.3 -> 3.4
    markuskowa authored Apr 1, 2019
    Copy the full SHA
    e46e126 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/fonts/inter-ui/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/fonts/inter-ui/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, fetchzip }:

let
version = "3.3";
version = "3.4";
in fetchzip {
name = "inter-${version}";

@@ -12,7 +12,7 @@ in fetchzip {
unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
'';

sha256 = "17fv33ryvbla4f4mfgw7m7gjlwyjlni90a8gpb7jws1qzn0vgazg";
sha256 = "1dl4zc1a5dl9xkg094zmzy6bk7gms8vhsiln58ix7sffzcf3pri8";

meta = with stdenv.lib; {
homepage = https://rsms.me/inter/;