element-web: 1.7.23 -> 1.7.24

ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.24
This commit is contained in:
Maximilian Bosch 2021-03-29 17:51:34 +02:00
parent ca9efbd117
commit 2c059dd462
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -12,11 +12,11 @@ let
in stdenv.mkDerivation rec {
pname = "element-web";
version = "1.7.23";
version = "1.7.24";
src = fetchurl {
url = "https://github.com/vector-im/element-web/releases/download/v${version}/element-v${version}.tar.gz";
sha256 = "10n899gc3qcjy2cskk0whwz60pnvh500x1b57kn22l9bhkg9xkvp";
sha256 = "sha256-u6mcO+MMjrr2YujVVcsaA7qsruirmHJz3o8nAPOecSU=";
};
installPhase = ''