Merge pull request #277542 from dixslyf/material-design-icons-v7.4.47
material-design-icons: 7.3.67 -> 7.4.47
This commit is contained in:
commit
2a62bdce48
1 changed files with 9 additions and 3 deletions
|
@ -1,14 +1,18 @@
|
||||||
{ lib, fetchFromGitHub, stdenvNoCC }:
|
{ lib
|
||||||
|
, fetchFromGitHub
|
||||||
|
, stdenvNoCC
|
||||||
|
, nix-update-script
|
||||||
|
}:
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "material-design-icons";
|
pname = "material-design-icons";
|
||||||
version = "7.3.67";
|
version = "7.4.47";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Templarian";
|
owner = "Templarian";
|
||||||
repo = "MaterialDesign-Webfont";
|
repo = "MaterialDesign-Webfont";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-gQT+5MqYo1qUiLJTzlhF5dB5BZMtr34JWn9rMa9MJvQ=";
|
sha256 = "sha256-7t3i3nPJZ/tRslLBfY+9kXH8TR145GC2hPFYJeMHRL8=";
|
||||||
sparseCheckout = [ "fonts" ];
|
sparseCheckout = [ "fonts" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -24,6 +28,8 @@ stdenvNoCC.mkDerivation rec {
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "7000+ Material Design Icons from the Community";
|
description = "7000+ Material Design Icons from the Community";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
|
Loading…
Reference in a new issue