tela-circle-icon-theme: 2023-10-07 -> 2024-04-19

This commit is contained in:
R. Ryantm 2024-04-21 06:14:44 +00:00
parent 754a00b38a
commit e4ff4ccc0c
1 changed files with 2 additions and 2 deletions

View File

@ -19,13 +19,13 @@ lib.checkListOfEnum "${pname}: color variants" [ "standard" "black" "blue" "brow
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "2023-10-07";
version = "2024-04-19";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
hash = "sha256-il+bYIcwm0BQF6U0J6h6rlzHSGSHYN/O8BezehYIpQ4=";
hash = "sha256-vtEmnoARlz1F+E+T3ceFDgLXjlCi8UzHLr4AwTA39fA=";
};
nativeBuildInputs = [