Unverified Commit a5e83743 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #302421 from Icy-Thought/whitesur-icon

whitesur-icon-theme: 2023-01-08 -> 2024-04-08
parents 4763c3a3 bf435073
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@ lib.checkListOfEnum "${pname}: theme variants" [

stdenvNoCC.mkDerivation rec {
  inherit pname;
  version = "2023-07-03";
  version = "2024.04.08";

  src = fetchFromGitHub {
    owner = "vinceliuice";
    repo = pname;
    rev = version;
    hash = "sha256-lq6d3BForrvzEJYeEMQZplvn/p6dPjggTToAU9UcPoM=";
    hash = "sha256-Baf0BowyR4P7MDx+LmH6MHlANl+9lXlCaQispN4/i9o=";
  };

  nativeBuildInputs = [ gtk3 jdupes ];