Commit 72cfabf2 authored by Marvin Dostal's avatar Marvin Dostal
Browse files

mononoki: 1.3 -> 1.5

parent c0c4f250
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,19 +2,19 @@

stdenvNoCC.mkDerivation rec {
  pname = "mononoki";
  version = "1.3";
  version = "1.5";

  src = fetchzip {
    url = "https://github.com/madmalik/mononoki/releases/download/${version}/mononoki.zip";
    stripRoot = false;
    hash = "sha256-bZYBRdmbQVs4i6UzMIHwJnoLWggX4CW8ZogNFYiX/9w=";
    hash = "sha256-H5Iu7nSrB5UGlCSjTM3SLu+IjaAffk9TCm5OoOleKvw=";
  };

  installPhase = ''
    runHook preInstall

    mkdir -p $out/share/fonts/mononoki
    cp webfont/* $out/share/fonts/mononoki
    cp * $out/share/fonts/mononoki

    runHook postInstall
  '';