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

julia-mono: 0.053 -> 0.054
This commit is contained in:
Pol Dellaiera 2024-03-05 16:31:22 +01:00 committed by GitHub
commit 48f2af50af
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.053";
version = "0.054";
src = fetchzip {
url = "https://github.com/cormullion/juliamono/releases/download/v${version}/${pname}.tar.gz";
stripRoot = false;
hash = "sha256-KvDyT0T8ecpSoNmqvsvDMooWNNe+z/PvxYj1Nd6qqfA=";
hash = "sha256-DtvaFu3r2r5WmlFCbkbzqAk/Y2BNEnxR6hPDfKM+/aQ=";
};
installPhase = ''