julia-mono: 0.041 -> 0.042
https://github.com/cormullion/juliamono/releases/tag/v0.042
This commit is contained in:
parent
2be182ab81
commit
c9507977b0
@ -1,13 +1,13 @@
|
||||
{ lib, fetchzip }:
|
||||
|
||||
let
|
||||
version = "0.041";
|
||||
version = "0.042";
|
||||
|
||||
in
|
||||
fetchzip {
|
||||
name = "JuliaMono-ttf-${version}";
|
||||
url = "https://github.com/cormullion/juliamono/releases/download/v${version}/JuliaMono-ttf.tar.gz";
|
||||
sha256 = "sha256-OjguPR2MFjbY72/PF0R43/g6i95uAPVPbXk+HS0B360=";
|
||||
sha256 = "sha256-oXODkeLDT5GXO4+r1fGaRrRS/SSBhzro5XE0GOwl4mQ=";
|
||||
|
||||
postFetch = ''
|
||||
mkdir -p $out/share/fonts/truetype
|
||||
@ -25,7 +25,7 @@ fetchzip {
|
||||
'';
|
||||
maintainers = with maintainers; [ suhr ];
|
||||
platforms = with platforms; all;
|
||||
homepage = "https://cormullion.github.io/pages/2020-07-26-JuliaMono/";
|
||||
homepage = "https://juliamono.netlify.app/";
|
||||
license = licenses.ofl;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user