data/fonts: simpler cleanups
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "input-fonts-${version}";
|
||||
version = "2016-10-06"; # date of the download and checksum
|
||||
version = "2017-08-10"; # date of the download and checksum
|
||||
|
||||
src = requireFile {
|
||||
name = "Input-Font.zip";
|
||||
url = "http://input.fontbureau.com/download/";
|
||||
sha256 = "06hrsrb5a6hzrgkkhk0gdj92rhgr433vgn4j5g3pd8f1ijlfqn4y";
|
||||
sha256 = "07fkyvbb12agkb2kpnq2j45nycgbjvb4n1s5hjyqsipdh2z9zihq";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ unzip ];
|
||||
@@ -23,6 +23,10 @@ stdenv.mkDerivation rec {
|
||||
cp -a *.txt "$out"/share/doc/
|
||||
'';
|
||||
|
||||
outputHashAlgo = "sha256";
|
||||
outputHashMode = "recursive";
|
||||
outputHash = "0k7xqkgqldd110ch9s144ilh762q777qcjvg3plmrb9s6xiaqvvd";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Fonts for Code, from Font Bureau";
|
||||
longDescrition = ''
|
||||
|
||||
Reference in New Issue
Block a user