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

Commits on Jan 1, 2020

  1. Copy the full SHA
    4fa9c36 View commit details
  2. Merge pull request #76774 from dtzWill/update/victor-mono-1.3.0

    victor-mono: 1.2.7 -> 1.3.0
    dtzWill authored Jan 1, 2020
    Copy the full SHA
    2b9e68b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/fonts/victor-mono/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/fonts/victor-mono/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

let
pname = "victor-mono";
version = "1.2.7";
version = "1.3.0";
in fetchFromGitHub rec {
name = "${pname}-${version}";

@@ -26,7 +26,7 @@ in fetchFromGitHub rec {
unzip -j VictorMonoAll.zip \*.otf -d $out/share/fonts/opentype/${pname}
'';

sha256 = "0x4ydp11ry94wkkspnmy1xpzqq3m45xg60z1hq4ll9gmlccaknj0";
sha256 = "1lv2x7kfspabnhvm8z79n165fw3awvzj1r8f0g5zn26wgdalgw69";

meta = with lib; {
description = "Free programming font with cursive italics and ligatures";