Update element-web to 1.11.106
This commit is contained in:
parent
779e5767d8
commit
0ec4c30108
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
let
|
let
|
||||||
elementWebVersion = "1.11.105";
|
elementWebVersion = "1.11.106";
|
||||||
element-web = pkgs.fetchzip {
|
element-web = pkgs.fetchzip {
|
||||||
url = "https://github.com/vector-im/element-web/releases/download/v${elementWebVersion}/element-v${elementWebVersion}.tar.gz";
|
url = "https://github.com/vector-im/element-web/releases/download/v${elementWebVersion}/element-v${elementWebVersion}.tar.gz";
|
||||||
sha256 = "sha256-fuiXudYnZRf37R8e1+g0bqw5UUV+dbluTOXAHe9PSHs=";
|
sha256 = "sha256-5E6za7G7Olia5VzOnBjYMeGJ2Xifqx+vDmCFgNLaRZo=";
|
||||||
};
|
};
|
||||||
elementWebSecurityHeaders = ''
|
elementWebSecurityHeaders = ''
|
||||||
# Configuration best practices
|
# Configuration best practices
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue