tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
material-design-icons: 5.3.45 -> 6.6.96
David Birks
3 years ago
24f995fa
30bdb6a5
+3
-6
1 changed file
expand all
collapse all
unified
split
pkgs
data
fonts
material-design-icons
default.nix
+3
-6
pkgs/data/fonts/material-design-icons/default.nix
···
1
1
{ lib, fetchFromGitHub }:
2
2
3
3
let
4
4
-
version = "5.3.45";
4
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
19
-
sha256 = "1nwha6dbj97ybiwlf69la57l3ibmwgnzs0nr104bfqnqxjs471sx";
19
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
29
-
license = with licenses; [
30
30
-
asl20 # for icons from: https://github.com/google/material-design-icons
31
31
-
ofl
32
32
-
];
29
29
+
license = licenses.asl20;
33
30
platforms = platforms.all;
34
31
maintainers = with maintainers; [ vlaci ];
35
32
};