element-{web,desktop}: 1.11.15 -> 1.11.16
ChangeLog web: https://github.com/vector-im/element-web/releases/tag/v1.11.16 ChangeLog desktop: https://github.com/vector-im/element-desktop/releases/tag/v1.11.16
This commit is contained in:
parent
539954efab
commit
8e832b78fd
2 changed files with 10 additions and 5 deletions
|
@ -57,6 +57,11 @@ stdenv.mkDerivation rec {
|
||||||
runHook postConfigure
|
runHook postConfigure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Only affects unused scripts in $out/share/element/electron/scripts. Also
|
||||||
|
# breaks because there are some `node`-scripts with a `npx`-shebang and
|
||||||
|
# this shouldn't be in the closure just for unused scripts.
|
||||||
|
dontPatchShebangs = true;
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
runHook preBuild
|
runHook preBuild
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": "1.11.15",
|
"version": "1.11.16",
|
||||||
"desktopSrcHash": "l+IjI3uvnOjaJA6IszDSuOO08SMqbUf8rI/u12g5Rxo=",
|
"desktopSrcHash": "EeED62HRpaWN91yxcDvwwNUWmDRU38lyT5ba1S4go6Q=",
|
||||||
"desktopYarnHash": "024vd7xiwialfrag325558qjrqlfxzy9xq7jb15ysawand1k2xyv",
|
"desktopYarnHash": "1f0bghcbzab2dkvxmvhhc0dzyk3js09v2sh93gsjsq9mkhld1k0w",
|
||||||
"webSrcHash": "YLQ4z333RMx9qyVRTBbDCWLTy5QqLlHmYpmOa8vlCbg=",
|
"webSrcHash": "T6UcGNm4i+Nc4Yk/mVFc4L9jxWQtOpjps1ZtEhilHW0=",
|
||||||
"webYarnHash": "1ll2sj9q3h2b76383bqv8a8ckqlk8b131zwx223fnz8mfqsc9br0"
|
"webYarnHash": "1jyzym34lzadniqrysbm1m5agw03hzw6ymmdxpbay38afrhrciyk"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue