mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Bump pyscript
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
2b11913dc9
commit
c5457193d1
|
@ -43,8 +43,8 @@ makeSystem {
|
||||||
envsubst = true;
|
envsubst = true;
|
||||||
customComponents = {
|
customComponents = {
|
||||||
pyscript = pkgs.fetchzip {
|
pyscript = pkgs.fetchzip {
|
||||||
url = "https://github.com/custom-components/pyscript/releases/download/1.4.0/hass-custom-pyscript.zip";
|
url = "https://github.com/custom-components/pyscript/releases/download/1.5.0/hass-custom-pyscript.zip";
|
||||||
hash = "sha256-MpFnBqJ9PTbXnvwRbbEhfuv1q6mQ5jY1kEbhP6FFwvk=";
|
hash = "sha256-d+WBqdCw/J3a+hrQD5dxVZdmgsMcxbukDxWFDnKdI0o=";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue