colloid-icon-theme: 2023-07-01 -> 2024-02-28

This commit is contained in:
R. Ryantm 2024-03-02 15:19:01 +00:00
parent 4e6904ee82
commit 935ee8eae5

View File

@ -18,13 +18,13 @@ lib.checkListOfEnum "${pname}: color variants" [ "default" "purple" "pink" "red"
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "2023-07-01";
version = "2024-02-28";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
hash = "sha256-2J6LmDV/Y2+x+nK3mO+t4MnmZCbVwDLX0tDG6BmLgqo=";
hash = "sha256-bTN6x3t88yBL4WsPfOJIiNGWTywdIVi7E2VJKgMzEso=";
};
nativeBuildInputs = [