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

Commits on May 29, 2019

  1. agave: 009 -> v10

    dtzWill committed May 29, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    94b155a View commit details

Commits on May 31, 2019

  1. Merge pull request #62197 from dtzWill/update/agave-10

    agave: 009 -> v10
    dtzWill authored May 31, 2019
    Copy the full SHA
    a5d19a2 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/fonts/agave/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/fonts/agave/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

let
pname = "agave";
version = "009";
version = "10";
in fetchurl {
name = "${pname}-${version}";
url = "https://github.com/agarick/agave/releases/download/v${version}/agave-r.ttf";
@@ -13,7 +13,7 @@ in fetchurl {
install -D $downloadedFile $out/share/fonts/truetype/agave-r.ttf
'';

sha256 = "16qvz3zpwiq2nw0gxygva5pssswcia5xp0q6ir5jfkackvqf3fql";
sha256 = "1mfj6a9sp00mjz7420yyrbbs5bqks3fz2slwgcppklxnz0890r9f";

meta = with lib; {
description = "truetype monospaced typeface designed for X environments";