home-assistant-custom-lovelace-modules.zigbee2mqtt-networkmap: 0.10.0 -> 0.13.0 (#523104)

This commit is contained in:
Martin Weinelt
2026-05-22 18:24:08 +00:00
committed by GitHub
@@ -11,18 +11,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zigbee2mqtt-networkmap";
version = "0.10.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "azuwis";
repo = "zigbee2mqtt-networkmap";
tag = "v${finalAttrs.version}";
hash = "sha256-S4iUTjI+pFfa8hg1/lJSI1tl2nEIh+LO2WTYhWWLh/s=";
hash = "sha256-b1B8M2EP+lt7H3M+8tlgVCRWX43jeOr6a2XJT+cRI18=";
};
offlineCache = fetchYarnDeps {
inherit (finalAttrs) src;
hash = "sha256-yo+K3vUJH6WwyNj/UuvbhhmhdqzJ3XUzX+cKUueutjE=";
hash = "sha256-juql9gJX3NPOR0AVXejHC0XmRWwdtemMUCDS3iKM+wA=";
};
nativeBuildInputs = [