Unverified Commit 7a920225 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

home-assistant-custom-components.volvo_cars: 1.5.4 -> 1.5.6, add maintainer,...

home-assistant-custom-components.volvo_cars: 1.5.4 -> 1.5.6, add maintainer, with lib; cleanup (#426606)
parents d325fb70 11405a06
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -7,20 +7,23 @@
buildHomeAssistantComponent rec {
  owner = "thomasddn";
  domain = "volvo_cars";
  version = "1.5.4";
  version = "1.5.6";

  src = fetchFromGitHub {
    owner = "thomasddn";
    repo = "ha-volvo-cars";
    tag = "v${version}";
    hash = "sha256-oAGUa8KxLbzZs7xw/P9kwwG/ija03HXJ4jACluUd048=";
    hash = "sha256-2eTUIbwAadJsOp1ETDY6+cEPVMOzhj1otEyzobysqaY=";
  };

  meta = with lib; {
  meta = {
    changelog = "https://github.com/thomasddn/ha-volvo-cars/releases/tag/${src.tag}";
    homepage = "https://github.com/thomasddn/ha-volvo-cars";
    description = "Volvo Cars Home Assistant integration";
    maintainers = with maintainers; [ seberm ];
    license = licenses.gpl3Only;
    maintainers = with lib.maintainers; [
      matteopacini
      seberm
    ];
    license = lib.licenses.gpl3Only;
  };
}