Loading pkgs/data/fonts/noto-fonts/default.nix +7 −2 Original line number Diff line number Diff line { stdenv , stdenvNoCC , lib , gitUpdater , fetchFromGitHub , fetchurl , cairo Loading Loading @@ -34,13 +35,13 @@ rec { }: stdenvNoCC.mkDerivation rec { inherit pname; version = "23.4.1"; version = "23.5.1"; src = fetchFromGitHub { owner = "notofonts"; repo = "notofonts.github.io"; rev = "noto-monthly-release-${version}"; hash = "sha256-hiBbhcwktacuoYJnZcsh7Aej5QIrBNkqrel2NhjNjCU="; hash = "sha256-tIzn9xBDVFT7h9+p2NltA0v0mvB1OH9rX9+eXvIPhv0="; }; _variants = map (variant: builtins.replaceStrings [ " " ] [ "" ] variant) variants; Loading Loading @@ -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/"; Loading Loading
pkgs/data/fonts/noto-fonts/default.nix +7 −2 Original line number Diff line number Diff line { stdenv , stdenvNoCC , lib , gitUpdater , fetchFromGitHub , fetchurl , cairo Loading Loading @@ -34,13 +35,13 @@ rec { }: stdenvNoCC.mkDerivation rec { inherit pname; version = "23.4.1"; version = "23.5.1"; src = fetchFromGitHub { owner = "notofonts"; repo = "notofonts.github.io"; rev = "noto-monthly-release-${version}"; hash = "sha256-hiBbhcwktacuoYJnZcsh7Aej5QIrBNkqrel2NhjNjCU="; hash = "sha256-tIzn9xBDVFT7h9+p2NltA0v0mvB1OH9rX9+eXvIPhv0="; }; _variants = map (variant: builtins.replaceStrings [ " " ] [ "" ] variant) variants; Loading Loading @@ -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/"; Loading