tela-circle-icon-theme: 2023-01-29 -> 2023-04-16

This commit is contained in:
R. Ryantm 2023-04-19 08:12:35 +00:00
parent b1d4d6bf11
commit 1e1d319b16

View File

@ -19,13 +19,13 @@ lib.checkListOfEnum "${pname}: color variants" [ "standard" "black" "blue" "brow
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "2023-01-29";
version = "2023-04-16";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "J3opK+5xGmV81ubA60BZw9+9IifylrRYo+5cRLWd6Xs=";
sha256 = "OHI/kT4HMlWUTxIeGXjtuIYBzQKM3XTGXuE9cviNDTM=";
};
nativeBuildInputs = [