Commit 8421dc34 authored by R. RyanTM's avatar R. RyanTM
Browse files

home-assistant-custom-components.elegoo_printer: 2.4.2 -> 2.4.3

parent ff709039
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@
buildHomeAssistantComponent rec {
  owner = "danielcherubini";
  domain = "elegoo_printer";
  version = "2.4.2";
  version = "2.4.3";

  src = fetchFromGitHub {
    owner = "danielcherubini";
    repo = "elegoo-homeassistant";
    tag = "v${version}";
    hash = "sha256-z55599eTJy5oQeE+BD0AYXtLTKoeKZzvNDurE0/oPYQ=";
    hash = "sha256-QH/604wgTNlla+0cfoOC1HweE1LoQXgZbS/Rjm21M0k=";
  };

  dependencies = [