We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acae444 + 7877e40 commit e62fd5bCopy full SHA for e62fd5b
pkgs/servers/zigbee2mqtt/default.nix
@@ -10,16 +10,16 @@
10
11
buildNpmPackage rec {
12
pname = "zigbee2mqtt";
13
- version = "1.40.2";
+ version = "1.41.0";
14
15
src = fetchFromGitHub {
16
owner = "Koenkk";
17
repo = "zigbee2mqtt";
18
rev = version;
19
- hash = "sha256-gm4MQabvm8NipV6Szml6l2Dy7q3O6YsurGGg9DzahHI=";
+ hash = "sha256-WIU3fTONRckPmSdW5DJXripsf4QdEZM7UBVSru7JqYc=";
20
};
21
22
- npmDepsHash = "sha256-FF7RCV5SDzLUZ/dY8mnPEmYmBhJNjJScQ1R2yKDSawU=";
+ npmDepsHash = "sha256-yCFhHJCBSc8tCWib9ffqBg4sF9VURx+nXln9ghmBpyM=";
23
24
buildInputs = lib.optionals withSystemd [
25
systemdMinimal
0 commit comments