hacompanion: add nix-update-script as updateScript (#414173)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-20 02:08:31 +02:00
committed by GitHub
+3
View File
@@ -2,6 +2,7 @@
lib,
fetchFromGitHub,
buildGoModule,
nix-update-script,
}:
buildGoModule rec {
@@ -17,6 +18,8 @@ buildGoModule rec {
vendorHash = "sha256-y2eSuMCDZTGdCs70zYdA8NKbuPPN5xmnRfMNK+AE/q8=";
passthru.updateScript = nix-update-script { };
meta = {
changelog = "https://github.com/tobias-kuendig/hacompanion/releases/tag/v${version}";
description = "Daemon that sends local hardware information to Home Assistant";