From d368c3a2a89e60fb25e1d3176a13f2aa32733ff7 Mon Sep 17 00:00:00 2001 From: Marie Ramlow Date: Wed, 24 Jun 2026 09:41:03 +0200 Subject: [PATCH] home-assistant-matter-hub: 2.0.46 -> 2.0.48 Diff: https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.46...v2.0.48 Changelog: https://github.com/RiDDiX/home-assistant-matter-hub/releases/tag/v2.0.48 --- pkgs/by-name/ho/home-assistant-matter-hub/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ho/home-assistant-matter-hub/package.nix b/pkgs/by-name/ho/home-assistant-matter-hub/package.nix index 3544723fc222..937040c43f42 100644 --- a/pkgs/by-name/ho/home-assistant-matter-hub/package.nix +++ b/pkgs/by-name/ho/home-assistant-matter-hub/package.nix @@ -13,13 +13,13 @@ let in stdenvNoCC.mkDerivation (finalAttrs: { pname = "home-assistant-matter-hub"; - version = "2.0.46"; + version = "2.0.48"; src = fetchFromGitHub { owner = "RiDDiX"; repo = "home-assistant-matter-hub"; tag = "v${finalAttrs.version}"; - hash = "sha256-lVsLvniPU7VAgxrUMZsGh9/cWgqap6iyX44r+Ap2Tjk="; + hash = "sha256-0M1ZSqNyLQECaO0cj4MpDGN5x8wVZeJczMViW5d9IXQ="; }; # The bundled cli.js imports transitive dependencies (e.g. @noble/curves) @@ -36,8 +36,8 @@ stdenvNoCC.mkDerivation (finalAttrs: { pnpmWorkspaces ; inherit pnpm; - fetcherVersion = 3; - hash = "sha256-CuO+DTLPBr1WMyUMPKKzwYUrdWJLdWfj0IqmOyysaFo="; + fetcherVersion = 4; + hash = "sha256-Bfg2c6gYTUv1rsBGriXUiftlOwGCzPdbdYgW9qhFSLw="; }; __structuredAttrs = true;