Skip to content

Commit fac19a2

Browse files
home-assistant-custom-components.battery_notes: 3.3.2 -> 3.3.4 (#496814)
2 parents 8300994 + 82ecbc9 commit fac19a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/servers/home-assistant/custom-components/battery_notes

pkgs/servers/home-assistant/custom-components/battery_notes/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
buildHomeAssistantComponent rec {
88
owner = "andrew-codechimp";
99
domain = "battery_notes";
10-
version = "3.3.2";
10+
version = "3.3.4";
1111

1212
src = fetchFromGitHub {
1313
inherit owner;
1414
repo = "HA-Battery-Notes";
1515
tag = version;
16-
hash = "sha256-vsReMeyLuKUzB/XldEOEjW4sfyzYC0lKPgUVnvKMUJM=";
16+
hash = "sha256-H++0Q7X4mQ8d+goTMuvfQiLExax0+0AhotJALTYVz1s=";
1717
};
1818

1919
# has no tests

0 commit comments

Comments
 (0)