Unverified Commit 52682973 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #265089 from r-ryantm/auto-update/noto-fonts

noto-fonts: 23.8.1 -> 23.11.1
parents 43cb6e39 4609443e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,13 +35,13 @@ rec {
    }:
    stdenvNoCC.mkDerivation rec {
      inherit pname;
      version = "23.8.1";
      version = "23.11.1";

      src = fetchFromGitHub {
        owner = "notofonts";
        repo = "notofonts.github.io";
        rev = "noto-monthly-release-${version}";
        hash = "sha256-TYCJzioZcNFV8N5wLr7Fo69g/p5GQF/tbGgYoLUV7Us=";
        hash = "sha256-qBHLCOfVBOn9CV194S4cYw9nhHyAe2AUBJHQMvyEfW8=";
      };

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