Merge pull request #63249 from r-ryantm/auto-update/spleen

spleen: 1.0.4 -> 1.0.5
This commit is contained in:
Will Dietz 2019-06-17 20:47:33 -05:00 committed by GitHub
commit 726a2a3dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
let
pname = "spleen";
version = "1.0.4";
version = "1.0.5";
in fetchurl rec {
name = "${pname}-${version}";
url = "https://github.com/fcambus/spleen/releases/download/${version}/spleen-${version}.tar.gz";
@ -17,7 +17,7 @@ in fetchurl rec {
install -Dm644 *.bdf -t $d
install -m644 fonts.alias-spleen $d/fonts.alias
'';
sha256 = "0jab55h08gy7gpyxqfrfj30iinmknpllh3dp5g7ck5q3qfgdzh7m";
sha256 = "0144a0lkkl5qx0a8sapymcayj5lp5cs9nfgpbmg3427n41pkqfbb";
meta = with lib; {
description = "Monospaced bitmap fonts";