Unverified Commit db12662f authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

noto-fonts: 24.3.1 -> 2024.11.01 (#355735)

parents a00f1c07 a4117330
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "noto-fonts${suffix}";
  version = "24.3.1";
  version = "2024.11.01";

  src = fetchFromGitHub {
    owner = "notofonts";
    repo = "notofonts.github.io";
    rev = "noto-monthly-release-${version}";
    hash = "sha256-bopBRpIGXtRyAjBuMhJCjwFUlK8WDurxIFbZbRzEE40=";
    hash = "sha256-d6xqG+unmFATdwXnRniTtm/ER+NzKi0jPxkgxr+bnhk=";
  };

  _variants = map (variant: builtins.replaceStrings [ " " ] [ "" ] variant) variants;