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

Commits on Nov 27, 2019

  1. Copy the full SHA
    0137979 View commit details

Commits on Nov 30, 2019

  1. Merge pull request #74368 from r-ryantm/auto-update/cascadia-code

    cascadia-code: 1910.04 -> 1911.20
    marsam authored Nov 30, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ebe27d6 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/fonts/cascadia-code/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/fonts/cascadia-code/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

let
pname = "cascadia-code";
version = "1910.04";
version = "1911.20";
in
fetchurl {
name = "${pname}-${version}";
@@ -15,7 +15,7 @@ fetchurl {
install -Dm444 $downloadedFile $out/share/fonts/truetype/Cascadia.ttf
'';

sha256 = "124zbv7xwirwwxrm988h3plwd2vynqxyx7p2gijqrnw69q9pf67q";
sha256 = "1dfd3g7cf2h0z2gxvk4pxy46xswd3wyqz3p8ypxcv2dkz4ri6l0j";

meta = with lib; {
description = "Monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal";