Marie Ramlow
2026-06-24 09:41:03 +02:00
parent e07a1335dd
commit d368c3a2a8
@@ -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;