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

home-assistant-custom-components.volkswagencarnet: 5.2.7 -> 5.2.8 (#468749)

parents 0d44beb3 5e1b7173
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "volkswagencarnet";
  version = "5.2.7";
  version = "5.2.8";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "robinostlund";
    repo = "volkswagencarnet";
    tag = "v${version}";
    hash = "sha256-PHG+gLuAatf9bIMCJ6SEWuZocq+nP6IS9bh20r1n0Do=";
    hash = "sha256-kS7SEyLz1h2uj4T1FGMe2Zc7sS8fN9rT5W5Xsezki4A=";
  };

  postPatch = ''
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
buildHomeAssistantComponent rec {
  owner = "robinostlund";
  domain = "volkswagencarnet";
  version = "5.2.7";
  version = "5.2.8";

  src = fetchFromGitHub {
    owner = "robinostlund";
    repo = "homeassistant-volkswagencarnet";
    tag = "v${version}";
    hash = "sha256-AgIGYAH20QJFLQxOY5jUjd1M/l9dflH48XYIFom3M+E=";
    hash = "sha256-rVlrfIKDojMV8FTVU9KlnBiWqs4vUJGhdA7W2NV42jQ=";
  };

  postPatch = ''