Skip to content

Commit

Permalink
feat(docker-image): update ghcr.io/onedr0p/home-assistant docker tag …
Browse files Browse the repository at this point in the history
…to v2025.2.4

| datasource | package                        | from     | to       |
| ---------- | ------------------------------ | -------- | -------- |
| docker     | ghcr.io/onedr0p/home-assistant | 2025.1.4 | 2025.2.4 |
  • Loading branch information
renovate[bot] authored Feb 18, 2025
1 parent 49f609c commit ef5fe26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/nixos/containers/home-assistant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with lib;
let
app = "home-assistant";
image = "ghcr.io/onedr0p/home-assistant:2025.1.4@sha256:6389f9593b4acd80c74322f56c9229fae631e752a3bf49839be12442a153e0dc";
image = "ghcr.io/onedr0p/home-assistant:2025.2.4@sha256:31873c4f634edb4c988d9536219ee32af68f904e0a6913589cb95cffa51ec00c";
user = "kah"; #string
group = "kah"; #string
port = 8123; #int
Expand Down

0 comments on commit ef5fe26

Please sign in to comment.