tela-circle-icon-theme: 2023-04-16 -> 2023-06-25

This commit is contained in:
R. Ryantm 2023-06-29 04:33:42 +00:00
parent 2687680f22
commit fec6a75764

View file

@ -19,13 +19,13 @@ lib.checkListOfEnum "${pname}: color variants" [ "standard" "black" "blue" "brow
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
inherit pname; inherit pname;
version = "2023-04-16"; version = "2023-06-25";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vinceliuice"; owner = "vinceliuice";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "OHI/kT4HMlWUTxIeGXjtuIYBzQKM3XTGXuE9cviNDTM="; sha256 = "nob0Isx785YRP4QIj2CK+v99CUiRwtkge1dNXCCwaDs=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [