julia-mono: 0.037 -> 0.039

This commit is contained in:
toastal 2021-05-20 23:59:08 +07:00 committed by Jonathan Ringer
parent 8af880c70b
commit f05843956d

View file

@ -1,16 +1,17 @@
{ lib, fetchzip }: { lib, fetchzip }:
let let
version = "0.037"; version = "0.039";
in fetchzip { in
name = "JuliaMono-${version}"; fetchzip {
url = "https://github.com/cormullion/juliamono/releases/download/v${version}/JuliaMono.zip"; name = "JuliaMono-ttf-${version}";
sha256 = "06hyl7fri39s7jxjqayi00r83cbf1ca47h5xq55a19igdm1xl79q"; url = "https://github.com/cormullion/juliamono/releases/download/v${version}/JuliaMono-ttf.tar.gz";
sha256 = "sha256-M9T78xnSN1hcHLXkut09eD2IFrgCRTG9fAPqMv4MXWY=";
postFetch = '' postFetch = ''
mkdir -p $out/share/fonts/truetype mkdir -p $out/share/fonts/truetype
unzip -j $downloadedFile \*.ttf -d $out/share/fonts/truetype tar xf $downloadedFile -C $out/share/fonts/truetype
''; '';
meta = with lib; { meta = with lib; {