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

Commits on Apr 29, 2020

  1. Copy the full SHA
    f024051 View commit details
  2. Merge pull request #86312 from marsam/update-jetbrains-mono

    jetbrains-mono: 1.0.5 -> 1.0.6
    marsam authored Apr 29, 2020
    Copy the full SHA
    8e4e6fc View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/fonts/jetbrains-mono/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/fonts/jetbrains-mono/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ lib, fetchzip }:

let
version = "1.0.5";
version = "1.0.6";
in
fetchzip rec {
name = "JetBrainsMono-${version}";

url = "https://github.com/JetBrains/JetBrainsMono/releases/download/v${version}/JetBrainsMono-${version}.zip";

sha256 = "1iqqix7rr22ij0cn7vg812qs4gbjpphndgbzm57abqk658lra4kl";
sha256 = "1198k5zw91g85h6n7rg3y7wcj1nrbby9zlr6zwlmiq0nb37n0d3g";

postFetch = ''
mkdir -p $out/share/fonts