element-desktop: 1.11.102 -> 1.11.103
Release notes: https://github.com/element-hq/element-desktop/releases/tag/v1.11.103 Full changelog: https://github.com/element-hq/element-desktop/compare/v1.11.102...v1.11.103
This commit is contained in:
committed by
Masum Reza
parent
fb45b32dd4
commit
1a569c6037
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version" = "1.11.102";
|
||||
"version" = "1.11.103";
|
||||
"hashes" = {
|
||||
"desktopSrcHash" = "sha256-wefoN8Nk31lwJFYbBRoKfy+0n69yVg6jskqP6aTHApE=";
|
||||
"desktopSrcHash" = "sha256-GKuIwoco8O9EjXrE7jGdfTDfWTyhozDtzrJFVH+uvaQ=";
|
||||
"desktopYarnHash" = "sha256-/Gy/sYk8EBWU07zXwPl0zsDW5ADRq1j5PH4lPFe8dxk=";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -67,9 +67,13 @@ stdenv.mkDerivation (
|
||||
dontPatchShebangs = true;
|
||||
|
||||
configurePhase = ''
|
||||
runHook preConfigure
|
||||
|
||||
mkdir -p node_modules/
|
||||
cp -r $offlineCache/node_modules/* node_modules/
|
||||
substituteInPlace package.json --replace-fail "tsx " "node node_modules/tsx/dist/cli.mjs "
|
||||
|
||||
runHook postConfigure
|
||||
'';
|
||||
|
||||
buildPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user