Unverified Commit 27aaed94 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

material-symbols: 4.0.0-unstable-2024-05-17 -> 4.0.0-unstable-2025-04-11 (#415291)

parents 59f74293 e0438162
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-2024-05-17";
  version = "4.0.0-unstable-2025-04-11";

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