Update element-web to 1.12.26
This commit is contained in:
parent
8337ec9cec
commit
f46804a0ec
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
elementWebVersion = "1.12.23";
|
||||
elementWebVersion = "1.12.26";
|
||||
element-web = pkgs.fetchzip {
|
||||
url = "https://github.com/vector-im/element-web/releases/download/v${elementWebVersion}/element-v${elementWebVersion}.tar.gz";
|
||||
sha256 = "sha256-VuGsj7l6tcRPlun2eeKZG2v8H9w5Oxow++mfgkNIBXM=";
|
||||
sha256 = "sha256-Izv90Qu7HfSPKJPR09veKjIOv353phJR86Xj3qNN67k=";
|
||||
};
|
||||
elementWebSecurityHeaders = ''
|
||||
# Configuration best practices
|
||||
|
|
|
|||
Loading…
Reference in a new issue