about summary refs log tree commit diff
path: root/pkgs/applications/office/trilium
diff options
context:
space:
mode:
authorFliegendeWurst <2012gdwu+github@posteo.de>2022-08-14 12:56:24 +0200
committerFliegendeWurst <2012gdwu+github@posteo.de>2022-08-14 12:56:24 +0200
commit908976024d009f3bf5976342d02f04680c64ad00 (patch)
treef2dd030b3f264e78a60571ba57b554b96c48c9ef /pkgs/applications/office/trilium
parentf374d2e577e07da89577e2ac097322bebd6b73f9 (diff)
downloadnixlib-908976024d009f3bf5976342d02f04680c64ad00.tar
nixlib-908976024d009f3bf5976342d02f04680c64ad00.tar.gz
nixlib-908976024d009f3bf5976342d02f04680c64ad00.tar.bz2
nixlib-908976024d009f3bf5976342d02f04680c64ad00.tar.lz
nixlib-908976024d009f3bf5976342d02f04680c64ad00.tar.xz
nixlib-908976024d009f3bf5976342d02f04680c64ad00.tar.zst
nixlib-908976024d009f3bf5976342d02f04680c64ad00.zip
trilium-{desktop,server}: 0.53.2 -> 0.54.2
Diffstat (limited to 'pkgs/applications/office/trilium')
-rw-r--r--pkgs/applications/office/trilium/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/office/trilium/default.nix b/pkgs/applications/office/trilium/default.nix
index 0f7b4e95ff84..46bd79eab822 100644
--- a/pkgs/applications/office/trilium/default.nix
+++ b/pkgs/applications/office/trilium/default.nix
@@ -10,13 +10,13 @@ let
     maintainers = with maintainers; [ fliegendewurst ];
   };
 
-  version = "0.53.2";
+  version = "0.54.2";
 
   desktopSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
-  desktopSource.sha256 = "0sjljyn7x0kv1692wccdjsll8h49r9lyqbrfnz4cn147xinclyw4";
+  desktopSource.sha256 = "15wbag2hk5pa6ds56ikxn9rj405jgbg6w1y896vl60sa02lm20df";
 
   serverSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-server-${version}.tar.xz";
-  serverSource.sha256 = "0y5xjf4r0c2hw2ch4ml55fq1nlmgnakq4zh3ch8sdgzm86nchavb";
+  serverSource.sha256 = "03z7z0jr1s132f10lagj786fr198l2xvpr72x2325brqlny5fzng";
 
 in {