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

julia-mono: 0.054 -> 0.055
This commit is contained in:
Pol Dellaiera 2024-05-06 13:47:44 +02:00 committed by GitHub
commit f5f3b69dc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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