Unverified Commit 27b3ebbf authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

home-assistant-custom-components.pirate-weather: 1.8.7 -> 1.8.8 (#516409)

parents 005cf9c6 327a4887
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@
buildHomeAssistantComponent rec {
  owner = "Pirate-Weather";
  domain = "pirateweather";
  version = "1.8.7";
  version = "1.8.8";

  src = fetchFromGitHub {
    inherit owner;
    repo = "pirate-weather-ha";
    tag = "v${version}";
    hash = "sha256-3vhsuyPXDDSd2x6m4HS53Iuszga4lxP7uWCznfSFj1w=";
    hash = "sha256-lcI+ClZ6iwkzI88fzxyWvbILMfLwMgHu0WJSSWGM7q0=";
  };

  nativeCheckInputs = [