From 48438e40d89b78c6e08ac17babe6c4e241a0ba1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 26 Nov 2025 19:04:01 -0800 Subject: [PATCH 1/2] python3Packages.volkswagencarnet: 5.1.1 -> 5.1.2 Diff: https://github.com/robinostlund/volkswagencarnet/compare/v5.1.1...v5.1.2 Changelog: https://github.com/robinostlund/volkswagencarnet/releases/tag/v5.1.2 --- pkgs/development/python-modules/volkswagencarnet/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/volkswagencarnet/default.nix b/pkgs/development/python-modules/volkswagencarnet/default.nix index 3751c0414414..87fe84782935 100644 --- a/pkgs/development/python-modules/volkswagencarnet/default.nix +++ b/pkgs/development/python-modules/volkswagencarnet/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "volkswagencarnet"; - version = "5.1.1"; + version = "5.1.2"; pyproject = true; src = fetchFromGitHub { owner = "robinostlund"; repo = "volkswagencarnet"; tag = "v${version}"; - hash = "sha256-oG53nZ9XsN7lPWs/uCTQJGrKIr183g7wAhl308iKqMo="; + hash = "sha256-dhLYuGP0m+4eSqJS43AXDhTsberZ4XMuUusmdrgtr4E="; }; postPatch = '' From 04b02d2fa101ce4102bcb3e7cab5ec70fcf842a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 26 Nov 2025 19:04:09 -0800 Subject: [PATCH 2/2] home-assistant-custom-components.volkswagencarnet: 5.1.2 -> 5.1.3 Diff: https://github.com/robinostlund/homeassistant-volkswagencarnet/compare/v5.1.2...v5.1.3 Changelog: https://github.com/robinostlund/homeassistant-volkswagencarnet/releases/tag/v5.1.3 --- .../custom-components/volkswagencarnet/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/volkswagencarnet/package.nix b/pkgs/servers/home-assistant/custom-components/volkswagencarnet/package.nix index 127cd2076165..7fe706356c23 100644 --- a/pkgs/servers/home-assistant/custom-components/volkswagencarnet/package.nix +++ b/pkgs/servers/home-assistant/custom-components/volkswagencarnet/package.nix @@ -10,13 +10,13 @@ buildHomeAssistantComponent rec { owner = "robinostlund"; domain = "volkswagencarnet"; - version = "5.1.2"; + version = "5.1.3"; src = fetchFromGitHub { owner = "robinostlund"; repo = "homeassistant-volkswagencarnet"; tag = "v${version}"; - hash = "sha256-V9/g+MzW5Bva/sxR44Fq1Rf5IZstpfKLUNZf2SqP/YM="; + hash = "sha256-deOZqF7WNBCySo3GJVJ5JZAvlmYCk5dqx/GKMXWr4Yk="; }; dependencies = [ volkswagencarnet ];