whitesur-icon-theme: 2025-02-10 -> 2025-08-02

This commit is contained in:
Icy-Thought
2025-08-02 04:55:13 +02:00
parent 558478154c
commit 2bcaa2eb47
@@ -32,13 +32,13 @@ lib.checkListOfEnum "${pname}: theme variants"
stdenvNoCC.mkDerivation
rec {
inherit pname;
version = "2025-02-10";
version = "2025-08-02";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = "WhiteSur-icon-theme";
tag = "v${version}";
hash = "sha256-spTmS9Cn/HAnbgf6HppwME63cxWEbcKwWYMMj8ajFyY=";
tag = "${version}";
hash = "sha256-oBKDvCVHEjN6JT0r0G+VndzijEWU9L8AvDhHQTmw2E4=";
};
nativeBuildInputs = [