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

Commits on Jul 11, 2020

  1. jetbrains-mono: 1.0.6 -> 2.000

    marsam committed Jul 11, 2020
    Copy the full SHA
    5678448 View commit details
  2. Merge pull request #92951 from marsam/update-jetbrains-mono

    jetbrains-mono: 1.0.6 -> 2.000
    danieldk authored Jul 11, 2020
    Copy the full SHA
    318a8b4 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/data/fonts/jetbrains-mono/default.nix
8 changes: 4 additions & 4 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.6";
version = "2.000";
in
fetchzip rec {
fetchzip {
name = "JetBrainsMono-${version}";

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

sha256 = "1198k5zw91g85h6n7rg3y7wcj1nrbby9zlr6zwlmiq0nb37n0d3g";
sha256 = "1kmb0fckiwaphqxw08xd5fbfjrwnwxz48bidj16ixw8lgcr29b8g";

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