Merge pull request #94144 from dtzWill/update/spleen-1.8.1
spleen: 1.8.0 -> 1.8.1
This commit is contained in:
commit
5d221b57e4
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
pname = "spleen";
|
||||
version = "1.8.0";
|
||||
version = "1.8.1";
|
||||
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 = "0vaawnav4k2gpwsgxn5rmkd8wyxnwsrbd0ksp749sb7rwfd3nphc";
|
||||
sha256 = "0m70gz1ywrhw8xfff9bgx1wv52z9fibdsmjcwhjhpd826zbz05w8";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Monospaced bitmap fonts";
|
||||
|
|
Loading…
Reference in a new issue