home-assistant-custom-lovelace-modules.sonos-card: 10.8.2 -> 10.8.4

Diff: https://github.com/punxaphil/custom-sonos-card/compare/v10.8.2...v10.8.4

Changelog: https://github.com/punxaphil/custom-sonos-card/releases/tag/v10.8.4
This commit is contained in:
Robert Schütz
2026-09-18 17:03:12 -07:00
parent 4bc94e349f
commit 1f5d270eb7

View File

@@ -6,13 +6,13 @@
buildNpmPackage rec {
pname = "sonos-card";
version = "10.8.2";
version = "10.8.4";
src = fetchFromGitHub {
owner = "punxaphil";
repo = "custom-sonos-card";
tag = "v${version}";
hash = "sha256-Ml5GLYdpa/FkVfUJstu2DCp8c9+Mw7cw+lWFZunN04Y=";
hash = "sha256-i+SpCLmtq2EtaZA5RNwa5Ikl4EymOlJostdwXH5WllA=";
};
postPatch = ''
@@ -21,7 +21,7 @@ buildNpmPackage rec {
--replace-fail "&& bash create-dist-maxi-media-player.sh" ""
'';
npmDepsHash = "sha256-tc+m3TJLcF0FNbMZA1lAlzpSYos79HF87IsWdKSmoLQ=";
npmDepsHash = "sha256-yrDqJdQ9LjDlcnDpQC5JmvZcloVtoOaNP0dzdiCU+7Y=";
installPhase = ''
runHook preInstall