whitesur-gtk-theme: 2023-10-13 -> 2024-02-26

This commit is contained in:
R. Ryantm 2024-02-26 15:42:58 +00:00
parent 8c826e35a9
commit bba94d8885

View file

@ -40,13 +40,13 @@ lib.checkListOfEnum "${pname}: panel size" [ "default" "smaller" "bigger" ] (sin
stdenv.mkDerivation rec {
pname = "whitesur-gtk-theme";
version = "2023-10-13";
version = "2024-02-26";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "sha256-H8QdKCX6C36J7AfFd0VV9Rnm8LGXSfkxj5Yp2p+PduE=";
sha256 = "sha256-9HYsORTd5n0jUYmwiObPZ90mOGhR2j+tzs6Y1NNnrn4=";
};
nativeBuildInputs = [