whitesur-gtk-theme: 2023-06-30 -> 2023-10-13

This commit is contained in:
R. Ryantm 2023-10-23 18:32:32 +00:00
parent 6c5458cf32
commit f5a2cf479c

View File

@ -33,13 +33,13 @@ lib.checkListOfEnum "${pname}: panel size" [ "default" "smaller" "bigger" ] (sin
stdenv.mkDerivation rec {
pname = "whitesur-gtk-theme";
version = "2023-06-30";
version = "2023-10-13";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "sha256-ctEaS+zWkmiVoq0WVA3ecHc2rm8LFQC/kqi/KEXAyXw=";
sha256 = "sha256-H8QdKCX6C36J7AfFd0VV9Rnm8LGXSfkxj5Yp2p+PduE=";
};
nativeBuildInputs = [