mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 22:06:00 +03:00
julia-mono 0.022 → 0.034
This commit is contained in:
parent
df3d560999
commit
e8909c77f6
@ -1,11 +1,12 @@
|
|||||||
{ lib, fetchzip }:
|
{ lib, fetchzip }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.022";
|
version = "0.034";
|
||||||
|
|
||||||
in fetchzip {
|
in fetchzip {
|
||||||
name = "JuliaMono-${version}";
|
name = "JuliaMono-${version}";
|
||||||
url = "https://github.com/cormullion/juliamono/releases/download/v${version}/JuliaMono.zip";
|
url = "https://github.com/cormullion/juliamono/releases/download/v${version}/JuliaMono.zip";
|
||||||
sha256 = "sha256-/MVT6n842sSiuPZNYxN3q1vn6yvMvmcTEDyvAd2GikA=";
|
sha256 = "sha256:0xx3mhzs17baaich67kvwyzqg8h9ga11jrja2i8sxx4861dp1z85";
|
||||||
|
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
mkdir -p $out/share/fonts/truetype
|
mkdir -p $out/share/fonts/truetype
|
||||||
@ -14,9 +15,12 @@ in fetchzip {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A monospaced font for scientific and technical computing";
|
description = "A monospaced font for scientific and technical computing";
|
||||||
|
longDescription = ''
|
||||||
|
JuliaMono is a monospaced typeface designed for use in text editing environments that require a wide range of specialist and technical Unicode characters. It was intended as a fun experiment to be presented at the 2020 JuliaCon conference in Lisbon, Portugal (which of course didn’t physically happen in Lisbon, but online).
|
||||||
|
'';
|
||||||
maintainers = with lib.maintainers; [ suhr ];
|
maintainers = with lib.maintainers; [ suhr ];
|
||||||
platforms = with lib.platforms; all;
|
platforms = with lib.platforms; all;
|
||||||
homepage = "https://juliamono.netlify.app/";
|
homepage = "https://cormullion.github.io/pages/2020-07-26-JuliaMono/";
|
||||||
license = lib.licenses.ofl;
|
license = lib.licenses.ofl;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user