We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99c546 commit 2271c42Copy full SHA for 2271c42
pkgs/servers/home-assistant/custom-lovelace-modules/advanced-camera-card/package.nix
@@ -6,11 +6,11 @@
6
7
stdenv.mkDerivation rec {
8
pname = "advanced-camera-card";
9
- version = "7.3.5";
+ version = "7.3.6";
10
11
src = fetchzip {
12
url = "https://github.com/dermotduffy/advanced-camera-card/releases/download/v${version}/advanced-camera-card.zip";
13
- hash = "sha256-DpQHSHZ+jmaUjepbUYiGJJ3d7xu2mj15Tts6DAXY4Ng=";
+ hash = "sha256-+sDIs1r3668FrpnJ3qcQlrfDvtapODj5LVOb6yStSA8=";
14
};
15
16
# TODO: build from source once yarn berry support lands in nixpkgs
0 commit comments