Skip to content

Commit 515eb74

Browse files
authored
zigbee2mqtt_2: 2.1.2 -> 2.1.3 (#386517)
2 parents 1b9791a + 9a49850 commit 515eb74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/zi/zigbee2mqtt_2/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ let
1616
in
1717
stdenv.mkDerivation (finalAttrs: {
1818
pname = "zigbee2mqtt";
19-
version = "2.1.2";
19+
version = "2.1.3";
2020

2121
src = fetchFromGitHub {
2222
owner = "Koenkk";
2323
repo = "zigbee2mqtt";
2424
tag = finalAttrs.version;
25-
hash = "sha256-ZQAM2i2bO+5Yl1jc1EdEHEV4V2fLSqF8OHn4YCL6m80=";
25+
hash = "sha256-ouZPbgZMnm0GCSfuIkIA4fv1k4TOsSH49stMn9IQBBs=";
2626
};
2727

2828
pnpmDeps = pnpm.fetchDeps {

0 commit comments

Comments
 (0)