whitesur-icon-theme: 2024-04-08 -> 2024-04-22

This commit is contained in:
Icy-Thought 2024-04-21 22:58:31 +02:00
parent 9edb990e0e
commit 9791d7aa86
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 = "2024.04.08";
version = "2024-04-22";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
hash = "sha256-Baf0BowyR4P7MDx+LmH6MHlANl+9lXlCaQispN4/i9o=";
hash = "sha256-CnAnD5ky+LNcyE59O/iGeoe+1JyhtPM/XUHwU5d8FA4=";
};
nativeBuildInputs = [ gtk3 jdupes ];