Unverified Commit b588a642 authored by José Romildo Malaquias's avatar José Romildo Malaquias Committed by GitHub
Browse files

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

tela-circle-icon-theme: 2023-06-25 -> 2023-10-07
parents fdecb1da 75bb1360
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@ lib.checkListOfEnum "${pname}: color variants" [ "standard" "black" "blue" "brow

stdenvNoCC.mkDerivation rec {
  inherit pname;
  version = "2023-06-25";
  version = "2023-10-07";

  src = fetchFromGitHub {
    owner = "vinceliuice";
    repo = pname;
    rev = version;
    sha256 = "nob0Isx785YRP4QIj2CK+v99CUiRwtkge1dNXCCwaDs=";
    sha256 = "il+bYIcwm0BQF6U0J6h6rlzHSGSHYN/O8BezehYIpQ4=";
  };

  nativeBuildInputs = [