zigbee2mqtt: 1.36.0 -> 1.36.1

https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.36.1

Unpins nodejs_18, because newer versions are supported.
This commit is contained in:
Martin Weinelt 2024-04-05 22:32:52 +02:00
parent 1bae30218f
commit 29a85a180b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,6 @@
{ lib
, buildNpmPackage
, fetchFromGitHub
, nodejs_18
, systemdMinimal
, nixosTests
, nix-update-script
@ -9,18 +8,16 @@
buildNpmPackage rec {
pname = "zigbee2mqtt";
version = "1.36.0";
version = "1.36.1";
src = fetchFromGitHub {
owner = "Koenkk";
repo = "zigbee2mqtt";
rev = version;
hash = "sha256-Eyp6VQAt0bd3rXovoaUvTuEY8E67cI5vFadpClhHcrA=";
hash = "sha256-LZ25EWO4cOVnF0bWFKwGfnX7kpzNafp1X6+/JYxn6Ek=";
};
npmDepsHash = "sha256-Kr2gjCMf7yRldvLImuU92sN7a4T2ARFcTshwGOWX+zw=";
nodejs = nodejs_18;
npmDepsHash = "sha256-6EorAqPLusWAEfTePn+O+tgZcv3g82mkPs2hSHPRRfo=";
buildInputs = [
systemdMinimal