File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1515
1616let
1717 pname = "trilium-next-desktop" ;
18- version = "0.92.4 " ;
18+ version = "0.92.6 " ;
1919
2020 triliumSource = os : arch : sha256 : {
2121 url = "https://github.com/TriliumNext/Notes/releases/download/v${ version } /TriliumNextNotes-v${ version } -${ os } -${ arch } .zip" ;
2626 darwinSource = triliumSource "macos" ;
2727
2828 # exposed like this for update.sh
29- x86_64-linux . sha256 = "12z6r38ab8jrjgic370q5v1y17m9brj38gfqdg05drf7a25xam8r " ;
30- aarch64-linux . sha256 = "0zsc7c7q07zml91sqvwgz8x3vql1mlhvb7msf7vx22w94dypzivf " ;
31- x86_64-darwin . sha256 = "09ipqfr77xqlgbzh2dvlidm532isg8jj8iwawjldq74ncbv8m5h0 " ;
32- aarch64-darwin . sha256 = "031nz4f3rdjg3cyvadax4shchr7liyrzsn3ab6whsp3mhnb9wr9l " ;
29+ x86_64-linux . sha256 = "1ky5w6iwqcsc66ywgamkfs9yd6bp51c3y69251pi4b365dwbglf5 " ;
30+ aarch64-linux . sha256 = "1zm6g2rkg31ahnn8y5h42vb632pqjg6d8kb4xkkrb4pp9h71sgjm " ;
31+ x86_64-darwin . sha256 = "011y5vh0bfn73l8n4my5pdpgrvvicy1lvnjrb1qyaglg7gw2sy0r " ;
32+ aarch64-darwin . sha256 = "05v6pk1h5y5kqwjkixji3a44dcr219320z0i6yvwv4d8mc943qhs " ;
3333
3434 sources = {
3535 x86_64-linux = linuxSource "x64" x86_64-linux . sha256 ;
Original file line number Diff line number Diff line change 77} :
88
99let
10- version = "0.92.4 " ;
10+ version = "0.92.6 " ;
1111
1212 serverSource_x64 . url = "https://github.com/TriliumNext/Notes/releases/download/v${ version } /TriliumNextNotes-Server-v${ version } -linux-x64.tar.xz" ;
13- serverSource_x64 . sha256 = "1bcacr5sxmrq9zvh8xjyr30y5mz0y6qyx2m18dblswdi0mbi7cv4 " ;
13+ serverSource_x64 . sha256 = "1mh7q11hwp5vrbdrwb0apmxkiv90i3163m8a3cbv0jhd5amv9rjv " ;
1414 serverSource_arm64 . url = "https://github.com/TriliumNext/Notes/releases/download/v${ version } /TriliumNextNotes-Server-v${ version } -linux-arm64.tar.xz" ;
15- serverSource_arm64 . sha256 = "04mjkqywwdax46r8q8wygi9dxglz2qipmlrv3cqqpdvjm0yxh2g2 " ;
15+ serverSource_arm64 . sha256 = "1w5208izjifcq4vsryjpmw2nr140fk2h802q9lkil1646r2b5lyg " ;
1616
1717 serverSource =
1818 if stdenv . hostPlatform . isx86_64 then
@@ -56,8 +56,7 @@ stdenv.mkDerivation {
5656 --add-flags "src/main"
5757
5858 # Clean up broken symlinks and build tools.
59- rm "$out"/share/trilium-server/node/bin/{npm,npx}
60- rm -r "$out"/share/trilium-server/node_modules/{@npmcli,@rollup,@babel,.bin}
59+ rm -r "$out"/share/trilium-server/node_modules/{@npmcli,@rollup,@babel}
6160
6261 runHook postInstall
6362 '' ;
You can’t perform that action at this time.
0 commit comments