tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
trilium-desktop: 0.98.1 -> 0.99.0
R. Ryantm
3 months ago
613d4504
aec87d52
+8
-8
2 changed files
expand all
collapse all
unified
split
pkgs
by-name
tr
trilium-desktop
package.nix
trilium-server
package.nix
+5
-5
pkgs/by-name/tr/trilium-desktop/package.nix
···
15
15
16
16
let
17
17
pname = "trilium-desktop";
18
18
-
version = "0.98.1";
18
18
+
version = "0.99.0";
19
19
20
20
triliumSource = os: arch: hash: {
21
21
url = "https://github.com/TriliumNext/Trilium/releases/download/v${version}/TriliumNotes-v${version}-${os}-${arch}.zip";
···
26
26
darwinSource = triliumSource "macos";
27
27
28
28
# exposed like this for update.sh
29
29
-
x86_64-linux.hash = "sha256-e8duXDIODrU3eYuZvUcOoT8pAquRIOQ1aUtceY49s+s=";
30
30
-
aarch64-linux.hash = "sha256-HtNzzlnqApwt04R9W6cby8J/0xuYdUX2kMN4vBNKeiQ=";
31
31
-
x86_64-darwin.hash = "sha256-guM1FmDD+J0oBEH+hCzXBkrF0bzvyp5yvCeIO7mGcJg=";
32
32
-
aarch64-darwin.hash = "sha256-fHgPbJS4ZraqowkjPdDg0BbPiI+4dk9JpMSDKASl8wE=";
29
29
+
x86_64-linux.hash = "sha256-ywZBKjUf0h7D3uRf3POJnaC9DtSJ3b8ucdxarHOzIg8=";
30
30
+
aarch64-linux.hash = "sha256-/fXACEZqz0Z8XPPwhQgaUN/23sbBcXmGFA9R1+/Md3E=";
31
31
+
x86_64-darwin.hash = "sha256-39Hwwg9l/HNfCAMwPYp/i/i6LbEoByKb5C+51jifz8U=";
32
32
+
aarch64-darwin.hash = "sha256-J+1NDd1ZL6/w2ObDDLcIp/MDX6lVAHxJOaOC3BIOoqM=";
33
33
34
34
sources = {
35
35
x86_64-linux = linuxSource "x64" x86_64-linux.hash;
+3
-3
pkgs/by-name/tr/trilium-server/package.nix
···
7
7
}:
8
8
9
9
let
10
10
-
version = "0.98.1";
10
10
+
version = "0.99.0";
11
11
12
12
serverSource_x64.url = "https://github.com/TriliumNext/Trilium/releases/download/v${version}/TriliumNotes-Server-v${version}-linux-x64.tar.xz";
13
13
-
serverSource_x64.hash = "sha256-Ipl9mEDj6Wgzl31WonH4nouCoYs1lLgdxRAJr6I8l9c=";
13
13
+
serverSource_x64.hash = "sha256-o3c8j6oi5+Oxo6dUdP6a7Czroc5JpKvdexMEE7BaPC4=";
14
14
serverSource_arm64.url = "https://github.com/TriliumNext/Trilium/releases/download/v${version}/TriliumNotes-Server-v${version}-linux-arm64.tar.xz";
15
15
-
serverSource_arm64.hash = "sha256-XssGT2F1Idv7ICuTjJTAUYyors8ml50EXiOTHeA8KOw=";
15
15
+
serverSource_arm64.hash = "sha256-QFK5XYdPon3J2lp3k23KNf1dbi213JRILrqq8WT359A=";
16
16
17
17
serverSource =
18
18
if stdenv.hostPlatform.isx86_64 then