material-symbols: 4.0.0-unstable-2026-02-06 -> 4.0.0-unstable-2026-05-08

This commit is contained in:
R. Ryantm
2026-05-12 13:17:59 +00:00
parent 604b7b4b92
commit 1139e37ef6
+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" ];
};