Unverified Commit a201017a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

julia-mono: 0.058 -> 0.059 (#372530)

parents 0aaad005 b205f325
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

stdenvNoCC.mkDerivation rec {
  pname = "JuliaMono-ttf";
  version = "0.058";
  version = "0.059";

  src = fetchzip {
    url = "https://github.com/cormullion/juliamono/releases/download/v${version}/${pname}.tar.gz";
    stripRoot = false;
    hash = "sha256-QKMTU6ISP983Kg4ZxyPV4IgiuO0ZXMiOtvZPwP7dF7k=";
    hash = "sha256-b0h88rpylvMaRh9U/8oOhr4yOftzf7OvdwhpCuIeUjE=";
  };

  installPhase = ''