nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

home-assistant-custom-components.volkswagen_we_connect_id: 0.2.3 -> 0.2.6

Diff: https://github.com/mitch-dc/volkswagen_we_connect_id/compare/refs/tags/v0.2.3...v0.2.6

Changelog: https://github.com/mitch-dc/volkswagen_we_connect_id/releases/tag/v0.2.4
https://github.com/mitch-dc/volkswagen_we_connect_id/releases/tag/v0.2.5
https://github.com/mitch-dc/volkswagen_we_connect_id/releases/tag/v0.2.6

+2 -2
+2 -2
pkgs/servers/home-assistant/custom-components/volkswagen_we_connect_id/package.nix
··· 9 9 buildHomeAssistantComponent rec { 10 10 owner = "mitch-dc"; 11 11 domain = "volkswagen_we-connect_id"; 12 - version = "0.2.3"; 12 + version = "0.2.6"; 13 13 14 14 src = fetchFromGitHub { 15 15 inherit owner; 16 16 repo = "volkswagen_we_connect_id"; 17 17 tag = "v${version}"; 18 - hash = "sha256-hok1ICAHMfvfMucBYkgWD68Tsn9E33Z/ouoRwFqHHF4="; 18 + hash = "sha256-f5guxLE93QtTPV1zw1313bzF521pVr0vsUa3hzcRmJo="; 19 19 }; 20 20 21 21 dependencies = [