whitesur-icon-theme: 2023-01-08 -> 2024-04-08

This commit is contained in:
Icy-Thought 2024-04-07 22:44:37 +02:00
parent c9ca8ad792
commit bf4350735d
No known key found for this signature in database
GPG Key ID: B593E438DDAB3C66
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 ];