Bump element-web to 1.11.67

This commit is contained in:
yuri 2024-05-26 16:20:34 +02:00
parent 65664b2f20
commit 1ac4043660
No known key found for this signature in database

View file

@ -1,9 +1,9 @@
{ pkgs, ... }: { pkgs, ... }:
let let
elementWebVersion = "1.11.59"; elementWebVersion = "1.11.67";
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-iVTd5zWUJh9wkbKMh+5hq0ucQaLLY29w1xCLxDIdQ18="; sha256 = "sha256-Mleha39aEwa+qbJCVW1RmGDHb/noX9+Zo2IvjaLxhtE=";
}; };
elementWebSecurityHeaders = '' elementWebSecurityHeaders = ''
# Configuration best practices # Configuration best practices