From 24f995fa2de1fee0ec43edc82b745d0ebf662775 Mon Sep 17 00:00:00 2001 From: David Birks Date: Thu, 7 Apr 2022 10:32:00 -0400 Subject: [PATCH] material-design-icons: 5.3.45 -> 6.6.96 --- pkgs/data/fonts/material-design-icons/default.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pkgs/data/fonts/material-design-icons/default.nix b/pkgs/data/fonts/material-design-icons/default.nix index 1bf5c6aa4820..80c887f58913 100644 --- a/pkgs/data/fonts/material-design-icons/default.nix +++ b/pkgs/data/fonts/material-design-icons/default.nix @@ -1,7 +1,7 @@ { lib, fetchFromGitHub }: let - version = "5.3.45"; + version = "6.6.96"; in fetchFromGitHub { name = "material-design-icons-${version}"; owner = "Templarian"; @@ -16,7 +16,7 @@ in fetchFromGitHub { cp fonts/*.woff $out/share/fonts/woff/ cp fonts/*.woff2 $out/share/fonts/woff2/ ''; - sha256 = "1nwha6dbj97ybiwlf69la57l3ibmwgnzs0nr104bfqnqxjs471sx"; + sha256 = "sha256-rfDb9meTF0Y0kiCQd11SgnntQnw34Ti/IXn35xaPO1M="; meta = with lib; { description = "4600+ Material Design Icons from the Community"; @@ -26,10 +26,7 @@ in fetchFromGitHub { color and size they need for any project. ''; homepage = "https://materialdesignicons.com"; - license = with licenses; [ - asl20 # for icons from: https://github.com/google/material-design-icons - ofl - ]; + license = licenses.asl20; platforms = platforms.all; maintainers = with maintainers; [ vlaci ]; };