Skip to content

Commit

Permalink
zigbee2mqtt: 1.40.2 -> 1.41.0 (#353039)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Nov 2, 2024
2 parents acae444 + 7877e40 commit e62fd5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/zigbee2mqtt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

buildNpmPackage rec {
pname = "zigbee2mqtt";
version = "1.40.2";
version = "1.41.0";

src = fetchFromGitHub {
owner = "Koenkk";
repo = "zigbee2mqtt";
rev = version;
hash = "sha256-gm4MQabvm8NipV6Szml6l2Dy7q3O6YsurGGg9DzahHI=";
hash = "sha256-WIU3fTONRckPmSdW5DJXripsf4QdEZM7UBVSru7JqYc=";
};

npmDepsHash = "sha256-FF7RCV5SDzLUZ/dY8mnPEmYmBhJNjJScQ1R2yKDSawU=";
npmDepsHash = "sha256-yCFhHJCBSc8tCWib9ffqBg4sF9VURx+nXln9ghmBpyM=";

buildInputs = lib.optionals withSystemd [
systemdMinimal
Expand Down

0 comments on commit e62fd5b

Please sign in to comment.