material-design-icons: 5.3.45 -> 6.6.96

+3 -6
+3 -6
pkgs/data/fonts/material-design-icons/default.nix
··· 1 1 { lib, fetchFromGitHub }: 2 2 3 3 let 4 - version = "5.3.45"; 4 + version = "6.6.96"; 5 5 in fetchFromGitHub { 6 6 name = "material-design-icons-${version}"; 7 7 owner = "Templarian"; ··· 16 16 cp fonts/*.woff $out/share/fonts/woff/ 17 17 cp fonts/*.woff2 $out/share/fonts/woff2/ 18 18 ''; 19 - sha256 = "1nwha6dbj97ybiwlf69la57l3ibmwgnzs0nr104bfqnqxjs471sx"; 19 + sha256 = "sha256-rfDb9meTF0Y0kiCQd11SgnntQnw34Ti/IXn35xaPO1M="; 20 20 21 21 meta = with lib; { 22 22 description = "4600+ Material Design Icons from the Community"; ··· 26 26 color and size they need for any project. 27 27 ''; 28 28 homepage = "https://materialdesignicons.com"; 29 - license = with licenses; [ 30 - asl20 # for icons from: https://github.com/google/material-design-icons 31 - ofl 32 - ]; 29 + license = licenses.asl20; 33 30 platforms = platforms.all; 34 31 maintainers = with maintainers; [ vlaci ]; 35 32 };