Unverified Commit 26c2a400 authored by Ilan Joselevich's avatar Ilan Joselevich Committed by GitHub
Browse files

home-assistant-custom-components.roborock_custom_map: 0.1.4 -> 0.1.5 (#510991)

parents a906f321 78affe86
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
  owner = "Lash-L";
  domain = "roborock_custom_map";
  version = "0.1.4";
  version = "0.1.5";

  src = fetchFromGitHub {
    owner = "Lash-L";
    repo = "RoborockCustomMap";
    tag = version;
    hash = "sha256-jXkKjjof1/JeT0KDKIC4sX+P7JwWOzajbFOhlq772L8=";
    hash = "sha256-tAMkGDDCrTwOq6BqA4fu9PsVqa3AjFAl/VNI94BMGfI=";
  };

  meta = {