home-assistant-custom-lovelace-modules.advanced-camera-card: 7.18.3 -> 7.19.0

This commit is contained in:
R. Ryantm
2025-10-18 01:01:42 +00:00
parent 228819d195
commit 520189dd20
@@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "advanced-camera-card";
version = "7.18.3";
version = "7.19.0";
src = fetchzip {
url = "https://github.com/dermotduffy/advanced-camera-card/releases/download/v${version}/advanced-camera-card.zip";
hash = "sha256-eNyfXRSF2nSct4+iQoOCkbcN3vmzmIenlO/ng7ThPzM=";
hash = "sha256-3HWkKUPuQ6rSIxvMiyXe5MNvmKMIS3sCv+KYOGMEun8=";
};
# TODO: build from source once yarn berry support lands in nixpkgs