From c5457193d120c1e79f8d5e0ccacf1e82e2206e87 Mon Sep 17 00:00:00 2001 From: magic_rb Date: Mon, 23 Oct 2023 23:37:10 +0200 Subject: [PATCH] Bump pyscript Signed-off-by: magic_rb --- nixng/containers/home-assistant/home-assistant.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixng/containers/home-assistant/home-assistant.nix b/nixng/containers/home-assistant/home-assistant.nix index dd6ca56..5a5271b 100644 --- a/nixng/containers/home-assistant/home-assistant.nix +++ b/nixng/containers/home-assistant/home-assistant.nix @@ -43,8 +43,8 @@ makeSystem { envsubst = true; customComponents = { pyscript = pkgs.fetchzip { - url = "https://github.com/custom-components/pyscript/releases/download/1.4.0/hass-custom-pyscript.zip"; - hash = "sha256-MpFnBqJ9PTbXnvwRbbEhfuv1q6mQ5jY1kEbhP6FFwvk="; + url = "https://github.com/custom-components/pyscript/releases/download/1.5.0/hass-custom-pyscript.zip"; + hash = "sha256-d+WBqdCw/J3a+hrQD5dxVZdmgsMcxbukDxWFDnKdI0o="; stripRoot = false; }; };