Commit 275046cd authored by Harinn's avatar Harinn
Browse files

whitesur-icon-theme: 2025-08-02 -> 2025-12-27

parent a14a9d40
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@ lib.checkListOfEnum "${pname}: theme variants"
  stdenvNoCC.mkDerivation
  rec {
    inherit pname;
    version = "2025-08-02";
    version = "2025-12-27";

    src = fetchFromGitHub {
      owner = "vinceliuice";
      repo = "WhiteSur-icon-theme";
      tag = version;
      hash = "sha256-oBKDvCVHEjN6JT0r0G+VndzijEWU9L8AvDhHQTmw2E4=";
      hash = "sha256-5AWyuqREKpgBCXPplpkdrcInDTZfjVIm/JtTleOmaNY=";
    };

    nativeBuildInputs = [
@@ -70,6 +70,11 @@ lib.checkListOfEnum "${pname}: theme variants"
      runHook postInstall
    '';

    # Drop dangling symlinks from the upstream icon set.
    postFixup = ''
      find $out/share/icons -xtype l -delete
    '';

    meta = {
      description = "MacOS Big Sur style icon theme for Linux desktops";
      homepage = "https://github.com/vinceliuice/WhiteSur-icon-theme";