Merge pull request #305677 from r-ryantm/auto-update/tela-circle-icon-theme

tela-circle-icon-theme: 2023-10-07 -> 2024-04-19
This commit is contained in:
José Romildo Malaquias 2024-04-22 13:50:32 -03:00 committed by GitHub
commit e35e653b2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [