Merge pull request #315259 from r-ryantm/auto-update/whitesur-icon-theme

whitesur-icon-theme: 2024-04-22 -> 2024-05-28
This commit is contained in:
Weijia Wang 2024-05-29 08:39:52 +02:00 committed by GitHub
commit 618e7f1f75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,13 +27,13 @@ lib.checkListOfEnum "${pname}: theme variants" [
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "2024-04-22";
version = "2024-05-28";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
hash = "sha256-CnAnD5ky+LNcyE59O/iGeoe+1JyhtPM/XUHwU5d8FA4=";
hash = "sha256-60pz/ET3jorEui31Aq6I3LMTz0djwWUv7poEI0USzJw=";
};
nativeBuildInputs = [ gtk3 jdupes ];