Unverified Commit b1cee27b authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

zigbee2mqtt: 2.9.2 -> 2.10.0 (#515560)

parents 4b255726 580932d4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,20 +14,20 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "zigbee2mqtt";
  version = "2.9.2";
  version = "2.10.0";

  src = fetchFromGitHub {
    owner = "Koenkk";
    repo = "zigbee2mqtt";
    tag = finalAttrs.version;
    hash = "sha256-LdrsHOeRXeNccpf1UNg20y82M75PGt070zVbmQYYsVg=";
    hash = "sha256-PwpRa6sbHyWmaIG8U0nkZqxzjKuw44Cnez8yVhuajZQ=";
  };

  pnpmDeps = fetchPnpmDeps {
    inherit (finalAttrs) pname version src;
    pnpm = pnpm_9;
    fetcherVersion = 3;
    hash = "sha256-uYzY1ixKTughpc6JfoMmp4/RKdgP1cKBuMMLZspSx18=";
    hash = "sha256-qhX7fEcxG5eFM3gM/OwMk5QSB4bnt9VS3ZxMh7VGdNw=";
  };

  nativeBuildInputs = [