Merge pull request #304044 from r-ryantm/auto-update/colloid-gtk-theme

colloid-gtk-theme: 2023-10-28 -> 2024-04-14
This commit is contained in:
José Romildo Malaquias 2024-04-14 15:58:57 -03:00 committed by GitHub
commit 1fb4604eef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -22,13 +22,13 @@ lib.checkListOfEnum "${pname}: tweaks" [ "nord" "dracula" "gruvbox" "all" "black
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "2023-10-28";
version = "2024-04-14";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
hash = "sha256-NxIWH3qLW8sEguovAv9wfgnlnmPlTipRJTmMo3rSHNY=";
hash = "sha256-DQYnR2V86KbIJfAA4ObRtKQq1IuECie1qdOBYVu8NtA=";
};
nativeBuildInputs = [