We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c730ac0 + 8579e6e commit 7c02dafCopy full SHA for 7c02daf
pkgs/servers/home-assistant/custom-components/prometheus_sensor/default.nix
@@ -6,13 +6,13 @@
6
buildHomeAssistantComponent rec {
7
owner = "mweinelt";
8
domain = "prometheus_sensor";
9
- version = "1.0.0";
+ version = "1.1.0";
10
11
src = fetchFromGitHub {
12
13
repo = "ha-prometheus-sensor";
14
rev = "refs/tags/${version}";
15
- hash = "sha256-10COLFXvmpm8ONLyx5c0yiQdtuP0SC2NKq/ZYHro9II=";
+ hash = "sha256-xfLAfTBgJjrRU1EFcbRvzUSq4m+dd6izaxP9DMisz/0=";
16
};
17
18
dontBuild = true;
0 commit comments