Bump pyscript

Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
magic_rb 2023-10-23 23:37:10 +02:00
parent 2b11913dc9
commit c5457193d1
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -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;
};
};