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 { stdenvNoCC.mkDerivation rec {
inherit pname; inherit pname;
version = "2024-04-14"; version = "2024-05-13";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vinceliuice"; owner = "vinceliuice";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-DQYnR2V86KbIJfAA4ObRtKQq1IuECie1qdOBYVu8NtA="; hash = "sha256-24U1iMByy+cFQuLUWYPBSuvJwYzwS0rCr7L6OWyMUz0=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [