forked from CCCHH/nix-infra
public-web-static(host): update element-web and element-admin
element-web: 1.12.0 -> 1.12.18 element-admin: 0.1.10 -> 0.1.11
This commit is contained in:
parent
e3b638b10f
commit
1abba8aece
2 changed files with 5 additions and 5 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
elementWebVersion = "1.12.0";
|
||||
elementWebVersion = "1.12.18";
|
||||
element-web = pkgs.fetchzip {
|
||||
url = "https://github.com/element-hq/element-web/releases/download/v${elementWebVersion}/element-v${elementWebVersion}.tar.gz";
|
||||
sha256 = "sha256-2kXQFUhLYyEKuXYw+n94JGlTN2VJHRpjmu78u8gdaro=";
|
||||
sha256 = "sha256-RvPJg28hgOgFs0GFZ9EPypQkUPkAns0alXYJeNst4Bk=";
|
||||
};
|
||||
elementSecurityHeaders = ''
|
||||
# Configuration best practices
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue