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

julia-mono: 0.050 -> 0.051
This commit is contained in:
Mario Rodas 2023-09-08 06:57:02 -05:00 committed by GitHub
commit 8aee79253c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''