Skip to content

Commit 2271c42

Browse files
authoredMar 19, 2025
home-assistant-custom-lovelace-modules.advanced-camera-card: 7.3.5 -> 7.3.6 (#391173)
https://github.com/dermotduffy/advanced-camera-card/releases/tag/v7.3.6
1 parent d99c546 commit 2271c42

File tree

1 file changed

+2
-2
lines changed
  • pkgs/servers/home-assistant/custom-lovelace-modules/advanced-camera-card

1 file changed

+2
-2
lines changed
 

‎pkgs/servers/home-assistant/custom-lovelace-modules/advanced-camera-card/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
stdenv.mkDerivation rec {
88
pname = "advanced-camera-card";
9-
version = "7.3.5";
9+
version = "7.3.6";
1010

1111
src = fetchzip {
1212
url = "https://github.com/dermotduffy/advanced-camera-card/releases/download/v${version}/advanced-camera-card.zip";
13-
hash = "sha256-DpQHSHZ+jmaUjepbUYiGJJ3d7xu2mj15Tts6DAXY4Ng=";
13+
hash = "sha256-+sDIs1r3668FrpnJ3qcQlrfDvtapODj5LVOb6yStSA8=";
1414
};
1515

1616
# TODO: build from source once yarn berry support lands in nixpkgs

0 commit comments

Comments
 (0)
Failed to load comments.