zigbee2mqtt_2: 2.3.0 -> 2.4.0 (#413013)

This commit is contained in:
Martin Weinelt 2025-06-01 22:44:50 +02:00 committed by GitHub
commit 5185e8f736
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,18 +16,18 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "zigbee2mqtt"; pname = "zigbee2mqtt";
version = "2.3.0"; version = "2.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Koenkk"; owner = "Koenkk";
repo = "zigbee2mqtt"; repo = "zigbee2mqtt";
tag = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-u3wSp+F31I8PNzh5uQe0MC+WgmQCUvOlWqX1HT7qVhM="; hash = "sha256-azgZzw1Bgqepg6UM8INbMGZRerbafGJWQfqSEepPf1I=";
}; };
pnpmDeps = pnpm.fetchDeps { pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src; inherit (finalAttrs) pname version src;
hash = "sha256-WiX2BL5C0LmwGfOc/mWCRpp9jIezmqfl9ZkeIGR4i9w="; hash = "sha256-Uli0skvkAyVbKdna9MTWoQzK3V7puM7gd7GzCk7tS78=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [