Commit 7c5b62d6 authored by alexphanna's avatar alexphanna
Browse files

material-symbols: 4.0.0-unstable-2025-04-11 -> 4.0.0-unstable-2025-09-18

parent cd5f59b0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:
stdenvNoCC.mkDerivation {
  pname = "material-symbols";
  version = "4.0.0-unstable-2025-04-11";
  version = "4.0.0-unstable-2025-09-18";

  src = fetchFromGitHub {
    owner = "google";
    repo = "material-design-icons";
    rev = "941fa95d7f6084a599a54ca71bc565f48e7c6d9e";
    hash = "sha256-5bcEh7Oetd2JmFEPCcoweDrLGQTpcuaCU8hCjz8ls3M=";
    rev = "bb04090f930e272697f2a1f0d7b352d92dfeee43";
    hash = "sha256-aFKG8U4OBqh2hoHYm1n/L4bK7wWPs6o0rYVhNC7QEpI=";
    sparseCheckout = [ "variablefont" ];
  };