Skip to content

Commit ce8ea56

Browse files
trilium-next-{desktop,server}: 0.92.4 -> 0.92.6 (NixOS#396918)
2 parents 99fe4a8 + 1486129 commit ce8ea56

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

pkgs/by-name/tr/trilium-next-desktop/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
let
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";
@@ -26,10 +26,10 @@ let
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;

pkgs/by-name/tr/trilium-next-server/package.nix

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
}:
88

99
let
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
'';

0 commit comments

Comments
 (0)