colloid-gtk-theme: 2024-04-14 -> 2024-05-13

This commit is contained in:
R. Ryantm 2024-05-13 01:06:25 +00:00
parent 2f9350605a
commit 979596d8e4

View File

@ -22,13 +22,13 @@ lib.checkListOfEnum "${pname}: tweaks" [ "nord" "dracula" "gruvbox" "everforest"
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "2024-04-14";
version = "2024-05-13";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
hash = "sha256-DQYnR2V86KbIJfAA4ObRtKQq1IuECie1qdOBYVu8NtA=";
hash = "sha256-24U1iMByy+cFQuLUWYPBSuvJwYzwS0rCr7L6OWyMUz0=";
};
nativeBuildInputs = [