element-desktop: 1.11.110 -> 1.11.111

Release notes: https://github.com/element-hq/element-desktop/releases/tag/v1.11.111
Full changelog: https://github.com/element-hq/element-desktop/compare/v1.11.110...v1.11.111

(cherry picked from commit 0cf5648a9b)
This commit is contained in:
transcaffeine
2025-09-10 14:40:51 +02:00
committed by github-actions[bot]
parent 63d812b912
commit 9d5cc0ef00
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"version" = "1.11.110";
"version" = "1.11.111";
"hashes" = {
"desktopSrcHash" = "sha256-iWdNiihpU29nek+EQjHmRi7dXadPYYoIt6bhufauKf8=";
"desktopYarnHash" = "sha256-l/hclDXT1JeToQPnWFDXU8JSN+oEm5hPYm4OQ7QJONk=";
"desktopSrcHash" = "sha256-QRnMHlq/gBoptJ/0iBdKUXbnR/oLVeA+ybF/0YFVBlo=";
"desktopYarnHash" = "sha256-U+MuOe0N29AFrLCi7Xa9bDW70SmhQqqtjim+x7QAiJg=";
};
}

View File

@@ -105,7 +105,6 @@ stdenv.mkDerivation (
mkdir -p "$out/share/element"
ln -s '${element-web}' "$out/share/element/webapp"
cp -r '.' "$out/share/element/electron"
cp -r './res/img' "$out/share/element"
chmod -R "a+w" "$out/share/element/electron/node_modules"
rm -rf "$out/share/element/electron/node_modules"
cp -r './node_modules' "$out/share/element/electron"