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

home-assistant-custom-components.ingress: 1.2.9 -> 1.2.10 (#471252)

parents a38f3d0e 4459a361
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
  owner = "lovelylain";
  domain = "ingress";
  version = "1.2.9";
  version = "1.2.10";

  src = fetchFromGitHub {
    inherit owner;
    repo = "hass_ingress";
    tag = version;
    hash = "sha256-jjig0Dl/vdeuN7e25CH5L/Xvc60RM3BiAt3jUw/C9q4=";
    hash = "sha256-wenazww4eoO6qnHksRqPNw8Lee3EVyJ3lvc+qa+3I/0=";
  };

  meta = {