From 9908932c28b4b21b03178f315137e3b85eb74a54 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sun, 13 Oct 2024 22:38:05 +0100 Subject: [PATCH] zigbee2mqtt: allow updating inspelning --- nix/pkgs/zigbee2mqtt.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/nix/pkgs/zigbee2mqtt.nix b/nix/pkgs/zigbee2mqtt.nix index 8d40482911..86355ba203 100644 --- a/nix/pkgs/zigbee2mqtt.nix +++ b/nix/pkgs/zigbee2mqtt.nix @@ -3,16 +3,17 @@ assert zigbee2mqtt.version == "1.40.2"; zigbee2mqtt.overrideAttrs (old: rec { - version = "0-unstable-2024-10-12"; + version = "0-unstable-2024-10-13"; src = fetchFromGitHub { - owner = "Koenkk"; + owner = "lukegb"; repo = "zigbee2mqtt"; - rev = "db00759a030957ad6f80b8e1c230f959efb563ed"; - hash = "sha256-nIg06QbDUfo4yBo9gaxDGaah/TcnwM2rzMKA2Up8xmI="; + rev = "d2c92da66574aff205f758cd2c12dfdd9a614290"; + hash = "sha256-5TY0nOWIX196zs5hw2Wk1un+QrTASPwpXMF7nD0EjS0="; }; - npmDepsHash = "sha256-bQgk9WVhBo+5VXgK+ZIYMVPxcVIKq4IVw3xQfaTqbZY="; + npmDepsHash = "sha256-2MTr5dF2PGUuHvJMCVzjGI8mcdkhxshf5v6GAwYUJf0="; + makeCacheWritable = true; npmDeps = fetchNpmDeps { inherit src; name = "zigbee2mqtt-npm-deps";