Unverified Commit 48f2af50 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

julia-mono: 0.053 -> 0.054
parents 6d38aff4 849a7118
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.053";
  version = "0.054";

  src = fetchzip {
    url = "https://github.com/cormullion/juliamono/releases/download/v${version}/${pname}.tar.gz";
    stripRoot = false;
    hash = "sha256-KvDyT0T8ecpSoNmqvsvDMooWNNe+z/PvxYj1Nd6qqfA=";
    hash = "sha256-DtvaFu3r2r5WmlFCbkbzqAk/Y2BNEnxR6hPDfKM+/aQ=";
  };

  installPhase = ''