about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-04-15 12:01:32 +0000
committerGitHub <noreply@github.com>2022-04-15 12:01:32 +0000
commit5aa88e2354e777a7858a81800d3089fe9b9a3507 (patch)
tree824eb0d0b44e1a3e27f9bbbaeb953ec73f539ea9 /pkgs/applications/office
parenta7fc5aaa76366aa376f79bbe71e3e482bb1c1815 (diff)
parenta7cf9372e97725eaa6da1e72698af9d23a3ea083 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/office')
-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 c73c0b87c0c15..7190fe90040d2 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.50.2";
+  version = "0.50.3";
 
   desktopSource = {
     url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
-    sha256 = "0fljza5afpjxgrzgskjhs7w86aa51d88xzv2h43666638j3c5mvk";
+    sha256 = "sha256-0N2+NcdZGxaj4LcG5edyd3ry+0dSQSfUQRqZEYFfWqQ=";
   };
 
   serverSource = {
     url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-server-${version}.tar.xz";
-    sha256 = "0jqpi1gc48jxvc68yzx80jp553haihybj3g3c5ymvqmgivwn7n4c";
+    sha256 = "sha256-za32yRhusReoGIRdbfx30CPH63BVXz2Z7jkhxtb7XSo=";
   };
 
 in {