Unverified Commit b8613fec authored by Braian A. Diez's avatar Braian A. Diez
Browse files

whitesur-icon-theme: 2024-09-07 -> 2025-02-10

parent 95ca985a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -32,13 +32,13 @@ lib.checkListOfEnum "${pname}: theme variants"
  stdenvNoCC.mkDerivation
  rec {
    inherit pname;
    version = "2024-09-07";
    version = "2025-02-10";

    src = fetchFromGitHub {
      owner = "vinceliuice";
      repo = pname;
      rev = version;
      hash = "sha256-/cW/ymT9MjB07Sw7ifpr6x8oaaeI4PSyaOdLci7AncY=";
      repo = "WhiteSur-icon-theme";
      tag = "v${version}";
      hash = "sha256-spTmS9Cn/HAnbgf6HppwME63cxWEbcKwWYMMj8ajFyY=";
    };

    nativeBuildInputs = [