We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d63ba commit 9a49850Copy full SHA for 9a49850
pkgs/by-name/zi/zigbee2mqtt_2/package.nix
@@ -16,13 +16,13 @@ let
16
in
17
stdenv.mkDerivation (finalAttrs: {
18
pname = "zigbee2mqtt";
19
- version = "2.1.2";
+ version = "2.1.3";
20
21
src = fetchFromGitHub {
22
owner = "Koenkk";
23
repo = "zigbee2mqtt";
24
tag = finalAttrs.version;
25
- hash = "sha256-ZQAM2i2bO+5Yl1jc1EdEHEV4V2fLSqF8OHn4YCL6m80=";
+ hash = "sha256-ouZPbgZMnm0GCSfuIkIA4fv1k4TOsSH49stMn9IQBBs=";
26
};
27
28
pnpmDeps = pnpm.fetchDeps {
0 commit comments