Merge pull request #229451 from jopejoe1/noto-fonts
noto-fonts: 23.4.1 -> 23.5.1
This commit is contained in:
commit
ab9a6d25c4
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ stdenv
|
{ stdenv
|
||||||
, stdenvNoCC
|
, stdenvNoCC
|
||||||
, lib
|
, lib
|
||||||
|
, gitUpdater
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, cairo
|
, cairo
|
||||||
|
@ -34,13 +35,13 @@ rec {
|
||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
inherit pname;
|
inherit pname;
|
||||||
version = "23.4.1";
|
version = "23.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "notofonts";
|
owner = "notofonts";
|
||||||
repo = "notofonts.github.io";
|
repo = "notofonts.github.io";
|
||||||
rev = "noto-monthly-release-${version}";
|
rev = "noto-monthly-release-${version}";
|
||||||
hash = "sha256-hiBbhcwktacuoYJnZcsh7Aej5QIrBNkqrel2NhjNjCU=";
|
hash = "sha256-tIzn9xBDVFT7h9+p2NltA0v0mvB1OH9rX9+eXvIPhv0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
_variants = map (variant: builtins.replaceStrings [ " " ] [ "" ] variant) variants;
|
_variants = map (variant: builtins.replaceStrings [ " " ] [ "" ] variant) variants;
|
||||||
|
@ -74,6 +75,10 @@ rec {
|
||||||
done
|
done
|
||||||
'');
|
'');
|
||||||
|
|
||||||
|
passthru.updateScript = gitUpdater {
|
||||||
|
rev-prefix = "noto-monthly-release-";
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Beautiful and free fonts for many languages";
|
description = "Beautiful and free fonts for many languages";
|
||||||
homepage = "https://www.google.com/get/noto/";
|
homepage = "https://www.google.com/get/noto/";
|
||||||
|
|
Loading…
Reference in a new issue