Unverified Commit 6693a522 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

julia-mono: 0.047 -> 0.048
parents 16e7d8e4 0231b21b
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.047";
  version = "0.048";

  src = fetchzip {
    url = "https://github.com/cormullion/juliamono/releases/download/v${version}/${pname}.tar.gz";
    stripRoot = false;
    hash = "sha256-tCZo48SBGdhcsP1wgaWkfWr3L3Yz+p/iqesLmarSWbk=";
    hash = "sha256-KSyJMlQclEj2CR+5uSYLmPtseWiDIUuahaPDx7Tn/bw=";
  };

  installPhase = ''