mojave-gtk-theme: unstable-2021-12-20 -> 2022-05-12
This commit is contained in:
parent
88be12e5dd
commit
4d60268814
@ -29,14 +29,14 @@ lib.checkListOfEnum "${pname}: theme variants" [ "default" "blue" "purple" "pink
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
inherit pname;
|
||||
version = "unstable-2021-12-20";
|
||||
version = "2022-05-12";
|
||||
|
||||
srcs = [
|
||||
(fetchFromGitHub {
|
||||
owner = "vinceliuice";
|
||||
repo = pname;
|
||||
rev = "c148646ccab382f7a2d5fdc421fc32d843cb4172";
|
||||
sha256 = "sha256-h4MSSh8cu9M81bM+WJSyl1SQ7CVth1DvjIVOUJXqpxs";
|
||||
rev = version;
|
||||
sha256 = "sha256-VrrxW16J+S21qBoAeVCWs0Q6bRL1jXAK7MOBpdSMJZY=";
|
||||
})
|
||||
]
|
||||
++
|
||||
|
Loading…
Reference in New Issue
Block a user