material-design-icons: 7.3.67 -> 7.4.47

This commit is contained in:
Dixon Sean Low Yan Feng 2023-12-29 21:25:24 +08:00
parent b24ce6e15d
commit 3fd64634b8
No known key found for this signature in database
GPG Key ID: A9F388161E9B90C7

View File

@ -6,13 +6,13 @@
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" ];
};