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

Commits on Apr 18, 2020

  1. fira: 4.106 -> 4.202

    rvolosatovs committed Apr 18, 2020
    Copy the full SHA
    6a634cf View commit details

Commits on Apr 19, 2020

  1. Merge pull request #85524 from rvolosatovs/update/fira

    fira: 4.106 -> 4.202
    worldofpeace authored Apr 19, 2020
    Copy the full SHA
    d0716d2 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/fonts/fira/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/fonts/fira/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, fetchFromGitHub }:

let
version = "4.106";
version = "4.202";
in fetchFromGitHub {
name = "fira-${version}";

@@ -15,7 +15,7 @@ in fetchFromGitHub {
cp otf/*.otf $out/share/fonts/opentype
'';

sha256 = "0c97nmihcq0ki7ywj8zn048a2bgrszc61lb9p0djfi65ar52jab4";
sha256 = "1iwxbp7kw5kghh5nbycb05zby7p2ib61mywva3h6giv2wd4lpxnz";

meta = with lib; {
homepage = "https://mozilla.github.io/Fira/";