julia-mono: 0.062 -> 0.63

This commit is contained in:
R. Ryantm
2026-07-16 01:45:05 +00:00
parent 8288eae5a4
commit 0cbb0842fd

View File

@@ -7,12 +7,12 @@
stdenvNoCC.mkDerivation rec {
pname = "JuliaMono-ttf";
version = "0.062";
version = "0.63";
src = fetchzip {
url = "https://github.com/cormullion/juliamono/releases/download/v${version}/JuliaMono-ttf.tar.gz";
stripRoot = false;
hash = "sha256-f9hjo3B4q2WBl0j86fHny8bYUqldYSC0pP4uoWOI8Zk=";
hash = "sha256-e1tQPtSnDeFhODCT+qtJd3IuGzUHW9VMZP85Nff9SSk=";
};
nativeBuildInputs = [ installFonts ];