Unverified Commit 60b132ef authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

home-assistant-custom-lovelace-modules.advanced-camera-card: 7.19.2 -> 7.19.3 (#464768)

parents 4041db7e 43315f92
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

stdenv.mkDerivation rec {
  pname = "advanced-camera-card";
  version = "7.19.2";
  version = "7.19.3";

  src = fetchzip {
    url = "https://github.com/dermotduffy/advanced-camera-card/releases/download/v${version}/advanced-camera-card.zip";
    hash = "sha256-BimTVYWUWlEKOitEtKPECHyIXsM7Xknix1c03u07yr8=";
    hash = "sha256-Y6wwpemByMIEh1HSllD/fuNrXPLFd5kpcjsETlfZcks=";
  };

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