transcaffeine
2025-06-11 21:31:52 +05:30
committed by Masum Reza
parent fb45b32dd4
commit 1a569c6037
2 changed files with 6 additions and 2 deletions
@@ -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 = ''