3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #132673 from toastal/julia-mono-0.041

julia-mono: 0.040 -> 0.041
This commit is contained in:
Sandro 2021-08-21 02:19:02 +02:00 committed by GitHub
commit 926d904d64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
{ lib, fetchzip }:
let
version = "0.040";
version = "0.041";
in
fetchzip {
name = "JuliaMono-ttf-${version}";
url = "https://github.com/cormullion/juliamono/releases/download/v${version}/JuliaMono-ttf.tar.gz";
sha256 = "sha256-Rrsvs682aWXZqydnOifXTJMa4uPl/aCGbVNRPGxkZng=";
sha256 = "sha256-OjguPR2MFjbY72/PF0R43/g6i95uAPVPbXk+HS0B360=";
postFetch = ''
mkdir -p $out/share/fonts/truetype