Unverified Commit 0913f13e authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

home-assistant-custom-components.ingress: 1.2.10 -> 1.3.0 (#503580)

parents 2a67c8fc d5af8d04
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.10";
  version = "1.3.0";

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

  meta = {