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

whitesur-icon-theme: 2023-01-08 -> 2024-04-08
This commit is contained in:
Weijia Wang 2024-04-08 02:39:39 +02:00 committed by GitHub
commit a5e8374392
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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 ];