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

julia-mono: 0.057 -> 0.058 (#349925)

parents 3b6924fd 8b59a084
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

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

  src = fetchzip {
    url = "https://github.com/cormullion/juliamono/releases/download/v${version}/${pname}.tar.gz";
    stripRoot = false;
    hash = "sha256-SSTv/cyZ+7nK0VvQPqQ+T5JXDXOZgLmv++cjHLlObb8=";
    hash = "sha256-QKMTU6ISP983Kg4ZxyPV4IgiuO0ZXMiOtvZPwP7dF7k=";
  };

  installPhase = ''