Commit 74c04fe2 authored by jopejoe1's avatar jopejoe1
Browse files

noto-fonts: add passthru.updateScript

parent 4c75d44b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
{ stdenv
, stdenvNoCC
, lib
, gitUpdater
, fetchFromGitHub
, fetchurl
, cairo
@@ -74,6 +75,10 @@ rec {
        done
      '');

      passthru.updateScript = gitUpdater {
        rev-prefix = "noto-monthly-release-";
      };

      meta = with lib; {
        description = "Beautiful and free fonts for many languages";
        homepage = "https://www.google.com/get/noto/";