Unverified Commit 600cef95 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

home-assistant-custom-components.volkswagencarnet: 5.2.0 -> 5.2.2 (#467202)

parents 511ff8ff 335e9594
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "volkswagencarnet";
  version = "5.1.8";
  version = "5.2.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "robinostlund";
    repo = "volkswagencarnet";
    tag = "v${version}";
    hash = "sha256-LH8w+sIInez5hUM/rj1C8ew/RlfKTPKh0ZgLt6cRcnY=";
    hash = "sha256-OXEVXIhS82WEcusvP0vvOWDWjy63U0SrSphTOpkg2IQ=";
  };

  postPatch = ''
+6 −2
Original line number Diff line number Diff line
@@ -10,15 +10,19 @@
buildHomeAssistantComponent rec {
  owner = "robinostlund";
  domain = "volkswagencarnet";
  version = "5.2.0";
  version = "5.2.2";

  src = fetchFromGitHub {
    owner = "robinostlund";
    repo = "homeassistant-volkswagencarnet";
    tag = "v${version}";
    hash = "sha256-NAWE489MUyXwRtW7rOGOEz9BFF+BwqS0MWNYtunfOIo=";
    hash = "sha256-qXtZwiQRPNtxAsdp2gOoToqT4CHXS+76EWrzqp+9udk=";
  };

  postPatch = ''
    python3 manage/update_manifest.py --version '${version}'
  '';

  dependencies = [ volkswagencarnet ];

  nativeCheckInputs = [