whitesur-icon-theme: 2024-05-28 -> 2024-09-07 (#340248)

This commit is contained in:
Johannes Jöns 2024-09-07 16:44:48 +00:00 committed by GitHub
commit e53a77fdee
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-05-28";
version = "2024-09-07";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
hash = "sha256-60pz/ET3jorEui31Aq6I3LMTz0djwWUv7poEI0USzJw=";
hash = "sha256-/cW/ymT9MjB07Sw7ifpr6x8oaaeI4PSyaOdLci7AncY=";
};
nativeBuildInputs = [ gtk3 jdupes ];