Unverified Commit 92c34791 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

home-assistant-custom-lovelace-modules.advanced-camera-card: 7.19.0 -> 7.19.1 (#457958)

parents ec665c3c b8320643
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.0";
  version = "7.19.1";

  src = fetchzip {
    url = "https://github.com/dermotduffy/advanced-camera-card/releases/download/v${version}/advanced-camera-card.zip";
    hash = "sha256-3HWkKUPuQ6rSIxvMiyXe5MNvmKMIS3sCv+KYOGMEun8=";
    hash = "sha256-NkVgzmWnh+rB5joBA4RcGnrdLCZJ0n5aeDwv0rDsfYI=";
  };

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