File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616let
1717 pname = "trilium-desktop" ;
18- version = "0.98.1 " ;
18+ version = "0.99.0 " ;
1919
2020 triliumSource = os : arch : hash : {
2121 url = "https://github.com/TriliumNext/Trilium/releases/download/v${ version } /TriliumNotes-v${ version } -${ os } -${ arch } .zip" ;
2626 darwinSource = triliumSource "macos" ;
2727
2828 # exposed like this for update.sh
29- x86_64-linux . hash = "sha256-e8duXDIODrU3eYuZvUcOoT8pAquRIOQ1aUtceY49s+s =" ;
30- aarch64-linux . hash = "sha256-HtNzzlnqApwt04R9W6cby8J/0xuYdUX2kMN4vBNKeiQ =" ;
31- x86_64-darwin . hash = "sha256-guM1FmDD+J0oBEH+hCzXBkrF0bzvyp5yvCeIO7mGcJg =" ;
32- aarch64-darwin . hash = "sha256-fHgPbJS4ZraqowkjPdDg0BbPiI+4dk9JpMSDKASl8wE =" ;
29+ x86_64-linux . hash = "sha256-ywZBKjUf0h7D3uRf3POJnaC9DtSJ3b8ucdxarHOzIg8 =" ;
30+ aarch64-linux . hash = "sha256-/fXACEZqz0Z8XPPwhQgaUN/23sbBcXmGFA9R1+/Md3E =" ;
31+ x86_64-darwin . hash = "sha256-39Hwwg9l/HNfCAMwPYp/i/i6LbEoByKb5C+51jifz8U =" ;
32+ aarch64-darwin . hash = "sha256-J+1NDd1ZL6/w2ObDDLcIp/MDX6lVAHxJOaOC3BIOoqM =" ;
3333
3434 sources = {
3535 x86_64-linux = linuxSource "x64" x86_64-linux . hash ;
Original file line number Diff line number Diff line change 77} :
88
99let
10- version = "0.98.1 " ;
10+ version = "0.99.0 " ;
1111
1212 serverSource_x64 . url = "https://github.com/TriliumNext/Trilium/releases/download/v${ version } /TriliumNotes-Server-v${ version } -linux-x64.tar.xz" ;
13- serverSource_x64 . hash = "sha256-Ipl9mEDj6Wgzl31WonH4nouCoYs1lLgdxRAJr6I8l9c =" ;
13+ serverSource_x64 . hash = "sha256-o3c8j6oi5+Oxo6dUdP6a7Czroc5JpKvdexMEE7BaPC4 =" ;
1414 serverSource_arm64 . url = "https://github.com/TriliumNext/Trilium/releases/download/v${ version } /TriliumNotes-Server-v${ version } -linux-arm64.tar.xz" ;
15- serverSource_arm64 . hash = "sha256-XssGT2F1Idv7ICuTjJTAUYyors8ml50EXiOTHeA8KOw =" ;
15+ serverSource_arm64 . hash = "sha256-QFK5XYdPon3J2lp3k23KNf1dbi213JRILrqq8WT359A =" ;
1616
1717 serverSource =
1818 if stdenv . hostPlatform . isx86_64 then
You can’t perform that action at this time.
0 commit comments