Commit 96601e8e authored by Matteo Pacini's avatar Matteo Pacini
Browse files

home-assistant-custom-components.octopus_energy: nix-update-script regex fix

parent cadd871e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -42,9 +42,8 @@ buildHomeAssistantComponent rec {

  passthru.updateScript = nix-update-script {
    extraArgs = [
      "--version-regex"
      # Ignore pre-release versions ("beta")
      "^v[0-9]+\\.[0-9]+\\.[0-9]+$"
      "--version-regex=^v([0-9]+\\.[0-9]+\\.[0-9])$"
    ];
  };