zigbee2mqtt_2: 2.5.1 -> 2.6.0 (#430162)

authored by Martin Weinelt and committed by GitHub 2d0600ab 1ce2122b

+6 -4
+2
nixos/doc/manual/release-notes/rl-2511.section.md
··· 101 101 102 102 - The Pocket ID module ([`services.pocket-id`][#opt-services.pocket-id.enable]) and package (`pocket-id`) has been updated to 1.0.0. Some environment variables have been changed or removed, see the [migration guide](https://pocket-id.org/docs/setup/migrate-to-v1/). 103 103 104 + - The `zigbee2mqtt` package was updated to version 2.x, which contains breaking changes. See the [discussion](https://github.com/Koenkk/zigbee2mqtt/discussions/24198) for further information. 105 + 104 106 - []{#sec-release-25.11-incompatibilities-sourcehut-removed} The `services.sourcehut` module and corresponding `sourcehut` packages were removed due to being broken and unmaintained. 105 107 106 108 - The `dovecot` systemd service was renamed from `dovecot2` to `dovecot`. The former is now just an alias. Update any overrides on the systemd unit to the new name.
+1 -1
pkgs/by-name/zi/zigbee2mqtt/package.nix
··· 1 - { zigbee2mqtt_1 }: zigbee2mqtt_1 1 + { zigbee2mqtt_2 }: zigbee2mqtt_2
+3 -3
pkgs/by-name/zi/zigbee2mqtt_2/package.nix
··· 16 16 in 17 17 stdenv.mkDerivation (finalAttrs: { 18 18 pname = "zigbee2mqtt"; 19 - version = "2.5.1"; 19 + version = "2.6.0"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "Koenkk"; 23 23 repo = "zigbee2mqtt"; 24 24 tag = finalAttrs.version; 25 - hash = "sha256-p1KAgDNA2bI/6MSLxcSfHlzFKoe5KrRTKPTNVJNGfDM="; 25 + hash = "sha256-syzrH3hJinAcpdyVlwEevqzi0LZ+gBMvJOXncuafzjE="; 26 26 }; 27 27 28 28 pnpmDeps = pnpm.fetchDeps { 29 29 inherit (finalAttrs) pname version src; 30 30 fetcherVersion = 1; 31 - hash = "sha256-OPfs9WiUehKPaAqqgMOiIELoCPVBFYpNKeesfmA8Db0="; 31 + hash = "sha256-EJgR1xjQJGKBdgJ2BGFiumVwZViXn7GJNa4GPkkscDg="; 32 32 }; 33 33 34 34 nativeBuildInputs = [