zigbee2mqtt: allow updating inspelning

This commit is contained in:
Luke Granger-Brown 2024-10-13 22:38:05 +01:00
parent 21cc01f692
commit 9908932c28

View file

@ -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";