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

Commits on Aug 15, 2020

  1. spleen: 1.8.1 -> 1.8.2

    r-ryantm authored and Jon committed Aug 15, 2020
    Copy the full SHA
    5b09228 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/fonts/spleen/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/fonts/spleen/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

let
pname = "spleen";
version = "1.8.1";
version = "1.8.2";
in fetchurl {
name = "${pname}-${version}";
url = "https://github.com/fcambus/spleen/releases/download/${version}/spleen-${version}.tar.gz";
@@ -19,7 +19,7 @@ in fetchurl {
# create fonts.dir so NixOS xorg module adds to fp
${mkfontscale}/bin/mkfontdir "$d"
'';
sha256 = "0m70gz1ywrhw8xfff9bgx1wv52z9fibdsmjcwhjhpd826zbz05w8";
sha256 = "0195d8ssmd8hc0q941z6zwnccffxajv4vylypsndxf28f3ikawby";

meta = with lib; {
description = "Monospaced bitmap fonts";