mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-10 09:50:28 +08:00
Revert "element-desktop: 1.11.110 -> 1.11.111"
This reverts commit 0cf5648a9b.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version" = "1.11.111";
|
||||
"version" = "1.11.110";
|
||||
"hashes" = {
|
||||
"desktopSrcHash" = "sha256-QRnMHlq/gBoptJ/0iBdKUXbnR/oLVeA+ybF/0YFVBlo=";
|
||||
"desktopYarnHash" = "sha256-U+MuOe0N29AFrLCi7Xa9bDW70SmhQqqtjim+x7QAiJg=";
|
||||
"desktopSrcHash" = "sha256-iWdNiihpU29nek+EQjHmRi7dXadPYYoIt6bhufauKf8=";
|
||||
"desktopYarnHash" = "sha256-l/hclDXT1JeToQPnWFDXU8JSN+oEm5hPYm4OQ7QJONk=";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -105,6 +105,7 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user