Skip to content

Commit b85e87f

Browse files
authored
home-assistant-custom-components.moonraker: 1.7.1 -> 1.8.0 (#405244)
https://github.com/marcolivierarsenault/moonraker-home-assistant/releases/tag/1.8.0
1 parent 8ef831e commit b85e87f

File tree

1 file changed

+2
-2
lines changed
  • pkgs/servers/home-assistant/custom-components/moonraker

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
buildHomeAssistantComponent rec {
99
owner = "marcolivierarsenault";
1010
domain = "moonraker";
11-
version = "1.7.1";
11+
version = "1.8.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "marcolivierarsenault";
1515
repo = "moonraker-home-assistant";
1616
tag = version;
17-
hash = "sha256-BPlHMTGb1xSxFydeLsHKBlXSqgh1qmTrenPo+XPx2IM=";
17+
hash = "sha256-FamZ4MvfWzynTpAKCMnABsX6h1+nB4jAOkO386J02OM=";
1818
};
1919

2020
dependencies = [

0 commit comments

Comments
 (0)