From 7a7101afc79544ec4ba0f266e7999528b5196155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 6 Jan 2026 02:03:26 -0800 Subject: [PATCH 1/2] python3Packages.volkswagencarnet: 5.3.3 -> 5.3.4 Diff: https://github.com/robinostlund/volkswagencarnet/compare/v5.3.3...v5.3.4 Changelog: https://github.com/robinostlund/volkswagencarnet/releases/tag/v5.3.4 --- 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 af51d9997f32..a024ee6b81c7 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.3.3"; + version = "5.3.4"; pyproject = true; src = fetchFromGitHub { owner = "robinostlund"; repo = "volkswagencarnet"; tag = "v${version}"; - hash = "sha256-p2J5CCZ0mMXZl4vV6bVJBspPq9I/3u60R6wOd7jg1iY="; + hash = "sha256-hGOoST7u42uaCKrbHoJsghamiH8sw91bQ8WKOtYWKrI="; }; postPatch = '' From cbefcdb62d53850fb91d3dd8957fb474622d8760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 6 Jan 2026 02:03:30 -0800 Subject: [PATCH 2/2] home-assistant-custom-components.volkswagencarnet: 5.3.4 -> 5.3.5 Diff: https://github.com/robinostlund/homeassistant-volkswagencarnet/compare/v5.3.4...v5.3.5 Changelog: https://github.com/robinostlund/homeassistant-volkswagencarnet/releases/tag/v5.3.5 --- .../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 a19990b28770..02c2c6b71a95 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.3.4"; + version = "5.3.5"; src = fetchFromGitHub { owner = "robinostlund"; repo = "homeassistant-volkswagencarnet"; tag = "v${version}"; - hash = "sha256-FQBbd8Yq9SdWPxSlThd5NUWUJqc1zFgyVQIj85qP218="; + hash = "sha256-zEdKortZq/OK0yMJJBj4fNWKuXedc27oPcH3kxDNBdI="; }; postPatch = ''