noto-fonts: add passthru.updateScript

This commit is contained in:
jopejoe1 2023-05-02 13:17:37 +02:00
parent 4c75d44b89
commit 74c04fe25b

View file

@ -1,6 +1,7 @@
{ 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/";