element-desktop: 1.12.1 -> 1.12.3 (#457333)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version" = "1.12.1";
|
||||
"version" = "1.12.3";
|
||||
"hashes" = {
|
||||
"desktopSrcHash" = "sha256-4C4WJ3HjiXh24umt80lWujeiDvRaS1mf2IjCj6+n87U=";
|
||||
"desktopYarnHash" = "sha256-CyP0zy/nJoGolmB/p81jL0qAoD7d5xe5kvlmKW7Yaw8=";
|
||||
"desktopSrcHash" = "sha256-4pv6KxcTocguJo7DlBO+/pi+n8JbTHWukMtagaGaDy8=";
|
||||
"desktopYarnHash" = "sha256-lQn5dAiC15O/2eaWfWJedFjBgmnglAlmAEOhz+in0DM=";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
stdenvNoCC,
|
||||
nodejs,
|
||||
yarn,
|
||||
cacert,
|
||||
git,
|
||||
@@ -13,6 +14,7 @@ stdenvNoCC.mkDerivation {
|
||||
|
||||
nativeBuildInputs = [
|
||||
cacert
|
||||
nodejs
|
||||
yarn
|
||||
git
|
||||
];
|
||||
@@ -26,6 +28,10 @@ stdenvNoCC.mkDerivation {
|
||||
export YARN_ENABLE_TELEMETRY=0
|
||||
|
||||
yarn install --frozen-lockfile --ignore-platform --skip-integrity-check --ignore-scripts --no-progress --non-interactive
|
||||
# Apply upstream patch
|
||||
# Can be removed if upstream removes patches/@types+auto-launch+5.0.5.patch introduced in
|
||||
# https://github.com/element-hq/element-desktop/commit/5e882f8e08d58bf9663c8e3ab33885bf7b3709de
|
||||
node ./node_modules/patch-package/index.js
|
||||
|
||||
mkdir -p $out/node_modules
|
||||
cp -r node_modules/* $out/node_modules/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version" = "1.12.1";
|
||||
"version" = "1.12.3";
|
||||
"hashes" = {
|
||||
"webSrcHash" = "sha256-c9VoR+F33xDvLn4PkPGBXW5+Yl9vX7FzedN6HfjfHEI=";
|
||||
"webYarnHash" = "sha256-Bu0rrzPNRdY5G/nhSlhXpBMq6tcjuc16s0UQR64gUc8=";
|
||||
"webSrcHash" = "sha256-a/RrUzJU/pjyD36WmNIqjSTBn5cfUOGNSe/l6iGp/0A=";
|
||||
"webYarnHash" = "sha256-TXOehZRw5UIhGTnpR0KzvEizSW9Qk2VTr+cG/XstB+k=";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user