about summary refs log tree commit diff
path: root/pkgs/applications/office/trilium
diff options
context:
space:
mode:
authorFliegendeWurst <2012gdwu+github@posteo.de>2022-01-12 11:30:20 +0100
committerFliegendeWurst <2012gdwu+github@posteo.de>2022-01-12 11:31:59 +0100
commit075ca59a72318b43301fec4ae98b6e8a2f0c9776 (patch)
treeafb38cbc09c3290e973be6e2d508ab6e7b10eb98 /pkgs/applications/office/trilium
parent00b756c545e1db06290773657c80ec65ae1eb0d4 (diff)
downloadnixlib-075ca59a72318b43301fec4ae98b6e8a2f0c9776.tar
nixlib-075ca59a72318b43301fec4ae98b6e8a2f0c9776.tar.gz
nixlib-075ca59a72318b43301fec4ae98b6e8a2f0c9776.tar.bz2
nixlib-075ca59a72318b43301fec4ae98b6e8a2f0c9776.tar.lz
nixlib-075ca59a72318b43301fec4ae98b6e8a2f0c9776.tar.xz
nixlib-075ca59a72318b43301fec4ae98b6e8a2f0c9776.tar.zst
nixlib-075ca59a72318b43301fec4ae98b6e8a2f0c9776.zip
trilium: 0.48.8 -> 0.49.4
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 8782b2288e68..fc4605911ddb 100644
--- a/pkgs/applications/office/trilium/default.nix
+++ b/pkgs/applications/office/trilium/default.nix
@@ -19,16 +19,16 @@ let
     maintainers = with maintainers; [ fliegendewurst ];
   };
 
-  version = "0.48.8";
+  version = "0.49.4";
 
   desktopSource = {
     url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
-    sha256 = "1dz4wdx3d1pmm3yrvipqa929f6gqilhfc3sp6xcgbn9faypp6qra";
+    sha256 = "078w7jjkn8af3i0y0s236ky54h08b2wgzcaiakqiqx4gxdpf6jrq";
   };
 
   serverSource = {
     url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-server-${version}.tar.xz";
-    sha256 = "0jp1hj51x5wz27f7739nwwli119pzpskg269cxk4i04xxbhr145j";
+    sha256 = "0hygdxb97373z5cn3s4wr66wc41w7a55kxjyb8alck1fl9l6agn1";
   };
 
 in {