zigbee2mqtt: allow updating inspelning
This commit is contained in:
parent
21cc01f692
commit
9908932c28
1 changed files with 6 additions and 5 deletions
|
@ -3,16 +3,17 @@
|
||||||
assert zigbee2mqtt.version == "1.40.2";
|
assert zigbee2mqtt.version == "1.40.2";
|
||||||
|
|
||||||
zigbee2mqtt.overrideAttrs (old: rec {
|
zigbee2mqtt.overrideAttrs (old: rec {
|
||||||
version = "0-unstable-2024-10-12";
|
version = "0-unstable-2024-10-13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Koenkk";
|
owner = "lukegb";
|
||||||
repo = "zigbee2mqtt";
|
repo = "zigbee2mqtt";
|
||||||
rev = "db00759a030957ad6f80b8e1c230f959efb563ed";
|
rev = "d2c92da66574aff205f758cd2c12dfdd9a614290";
|
||||||
hash = "sha256-nIg06QbDUfo4yBo9gaxDGaah/TcnwM2rzMKA2Up8xmI=";
|
hash = "sha256-5TY0nOWIX196zs5hw2Wk1un+QrTASPwpXMF7nD0EjS0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-bQgk9WVhBo+5VXgK+ZIYMVPxcVIKq4IVw3xQfaTqbZY=";
|
npmDepsHash = "sha256-2MTr5dF2PGUuHvJMCVzjGI8mcdkhxshf5v6GAwYUJf0=";
|
||||||
|
makeCacheWritable = true;
|
||||||
npmDeps = fetchNpmDeps {
|
npmDeps = fetchNpmDeps {
|
||||||
inherit src;
|
inherit src;
|
||||||
name = "zigbee2mqtt-npm-deps";
|
name = "zigbee2mqtt-npm-deps";
|
||||||
|
|
Loading…
Reference in a new issue