Unverified Commit 8a59a79d authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

home-assistant-custom-components.battery_notes: 3.4.0 -> 3.4.1 (#507789)

parents 737ed8fe a0addf6a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
  owner = "andrew-codechimp";
  domain = "battery_notes";
  version = "3.4.0";
  version = "3.4.1";

  src = fetchFromGitHub {
    inherit owner;
    repo = "HA-Battery-Notes";
    tag = version;
    hash = "sha256-0OGAwpYLXDOWqCxxmA7ggdAAT7LUfiaX1qlvYXZD/OM=";
    hash = "sha256-1FRGNtNjX1YBUmnH9G2CoejkJKvIaWIMegvzdfFx76I=";
  };

  # has no tests