spleen: 1.0.4 -> 1.0.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/spleen/versions
This commit is contained in:
R. RyanTM 2019-06-16 15:56:10 -07:00
parent e2d07d2cc7
commit d852492c18

View File

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