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