home-assistant-custom-lovelace-modules.advanced-camera-card: 7.25.4 -> 7.26.0 (#474689)

This commit is contained in:
Martin Weinelt
2025-12-28 08:30:45 +00:00
committed by GitHub
@@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "advanced-camera-card";
version = "7.25.4";
version = "7.26.0";
src = fetchzip {
url = "https://github.com/dermotduffy/advanced-camera-card/releases/download/v${version}/advanced-camera-card.zip";
hash = "sha256-IpuZfHUrIxyDTcQcKv6+xApiXO3eNgwgJ5rZvpCMs3s=";
hash = "sha256-2f+peUfhvreJPZfZt9dOvf0pItWCgzcNfH0iRLsRwGE=";
};
# TODO: build from source once yarn berry support lands in nixpkgs