Revert "julia-mono: 0.054 -> 0.055"

This reverts commit 655980724f.

This updates either crashes or completely breaks text rendeding in
programs based on Xft.
This commit is contained in:
rnhmjoj 2024-06-18 12:33:50 +02:00
parent ecbc30d5ed
commit f27c87f013
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -2,12 +2,12 @@
stdenvNoCC.mkDerivation rec {
pname = "JuliaMono-ttf";
version = "0.055";
version = "0.054";
src = fetchzip {
url = "https://github.com/cormullion/juliamono/releases/download/v${version}/${pname}.tar.gz";
stripRoot = false;
hash = "sha256-bE7XjVzleSo5hjc7Azcl8R4OgJzsj1U21UOuXrBkulA=";
hash = "sha256-DtvaFu3r2r5WmlFCbkbzqAk/Y2BNEnxR6hPDfKM+/aQ=";
};
installPhase = ''