Merge pull request #323038 from r-ryantm/auto-update/julia-mono

julia-mono: 0.055 -> 0.056
This commit is contained in:
Michele Guerini Rocco 2024-06-28 11:06:24 +02:00 committed by GitHub
commit ae86516135
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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