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:
Thiago Kenji Okada 2024-01-09 13:38:48 +00:00 committed by GitHub
commit 2a62bdce48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,18 @@
{ lib, fetchFromGitHub, stdenvNoCC }:
{ lib
, fetchFromGitHub
, stdenvNoCC
, nix-update-script
}:
stdenvNoCC.mkDerivation rec {
pname = "material-design-icons";
version = "7.3.67";
version = "7.4.47";
src = fetchFromGitHub {
owner = "Templarian";
repo = "MaterialDesign-Webfont";
rev = "v${version}";
sha256 = "sha256-gQT+5MqYo1qUiLJTzlhF5dB5BZMtr34JWn9rMa9MJvQ=";
sha256 = "sha256-7t3i3nPJZ/tRslLBfY+9kXH8TR145GC2hPFYJeMHRL8=";
sparseCheckout = [ "fonts" ];
};
@ -24,6 +28,8 @@ stdenvNoCC.mkDerivation rec {
runHook postInstall
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "7000+ Material Design Icons from the Community";
longDescription = ''