Skip to content

Commit

Permalink
Merge pull request #121866 from marsam/update-julia-mono
Browse files Browse the repository at this point in the history
julia-mono: 0.035 -> 0.037
  • Loading branch information
marsam committed May 7, 2021
2 parents 8cbf192 + 2ad8406 commit e62feb3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkgs/data/fonts/julia-mono/default.nix
@@ -1,12 +1,12 @@
{ lib, fetchzip }:

let
version = "0.035";
version = "0.037";

in fetchzip {
name = "JuliaMono-${version}";
url = "https://github.com/cormullion/juliamono/releases/download/v${version}/JuliaMono.zip";
sha256 = "sha256:17w8rn37wadxnmakhd6mpmqdx14dsrc3qym4k9b47albl1a34i1j";
sha256 = "06hyl7fri39s7jxjqayi00r83cbf1ca47h5xq55a19igdm1xl79q";

postFetch = ''
mkdir -p $out/share/fonts/truetype
Expand All @@ -16,7 +16,11 @@ in fetchzip {
meta = with lib; {
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).
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 maintainers; [ suhr ];
platforms = with platforms; all;
Expand Down

0 comments on commit e62feb3

Please sign in to comment.