material-symbols: 4.0.0-unstable-2026-02-06 -> 4.0.0-unstable-2026-05-08 (#494107)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-14 19:44:17 +00:00
committed by GitHub
+3 -3
View File
@@ -6,13 +6,13 @@
}:
stdenvNoCC.mkDerivation {
pname = "material-symbols";
version = "4.0.0-unstable-2026-02-06";
version = "4.0.0-unstable-2026-05-08";
src = fetchFromGitHub {
owner = "google";
repo = "material-design-icons";
rev = "310de998d61fc253a6df21e708a54c1d18338cab";
hash = "sha256-ALnp0WxWjSthibSxkLfYSVbQyI4btj4hayAUNxLAwu4=";
rev = "5a4e1b7fd26f11ce3d2abf7d7fcd13274f874e6c";
hash = "sha256-XVza/duC2hsBrT6Ty1XxJy0m/lpuBt2rVoUo5B1JmUc=";
sparseCheckout = [ "variablefont" ];
};