Unverified Commit 1a10e541 authored by Colin's avatar Colin Committed by GitHub
Browse files

material-symbols: 4.0.0-unstable-2025-04-11 -> 4.0.0-unstable-2025-09-18 (#463910)

parents 416fa7ce cdd3ca5f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1232,6 +1232,11 @@
    githubId = 464913;
    name = "Alexander Tomokhov";
  };
  alexphanna = {
    github = "alexphanna";
    githubId = 106717809;
    name = "Alex Hanna";
  };
  alexshpilkin = {
    email = "ashpilkin@gmail.com";
    github = "alexshpilkin";
+4 −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" ];
  };

@@ -39,6 +39,7 @@ stdenvNoCC.mkDerivation {
    maintainers = with lib.maintainers; [
      fufexan
      luftmensch-luftmensch
      alexphanna
    ];
    platforms = lib.platforms.all;
  };