julia-mono: 0.050 -> 0.051

This commit is contained in:
R. Ryantm 2023-09-08 09:12:57 +00:00
parent d442dbe487
commit 01d9ff8cbf

View file

@ -2,12 +2,12 @@
stdenvNoCC.mkDerivation rec {
pname = "JuliaMono-ttf";
version = "0.050";
version = "0.051";
src = fetchzip {
url = "https://github.com/cormullion/juliamono/releases/download/v${version}/${pname}.tar.gz";
stripRoot = false;
hash = "sha256-XySK+o0ROfmvII5Yvb/3HbLepRTaeVNEZwSVbhsZDsE=";
hash = "sha256-JdoCblRW9Vih7zQyvTb/VXhZJJDNV0sPDfTQ+wRKotE=";
};
installPhase = ''