mojave-gtk-theme: 2022-10-21 -> 2023-06-13

This commit is contained in:
José Romildo 2023-06-13 11:33:16 -03:00
parent 57ff649c8c
commit 9f885fc8c4

View file

@ -31,14 +31,14 @@ lib.checkListOfEnum "${pname}: theme variants" [ "default" "blue" "purple" "pink
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "2022-10-21";
version = "2023-06-13";
srcs = [
(fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "sha256-0OqQXyv/fcbKTzvQUVIbUw5Y27hU1bzwx/0DelMEZIs=";
hash = "sha256-0jb/VQ6Z0BGaEka57BWM0pBweP08cr4jfPRdEN/BJ1M=";
})
]
++