about summary refs log tree commit diff
path: root/pkgs/applications/office/trilium
diff options
context:
space:
mode:
authorElian Doran <contact@eliandoran.me>2022-04-09 14:48:36 +0300
committerElian Doran <contact@eliandoran.me>2022-04-09 14:48:36 +0300
commitd018a53664cb57abf14af63320b2bacf131c2428 (patch)
tree776c2c6b86b28625a0941de4f66f922036ea651e /pkgs/applications/office/trilium
parentee04a4831a931e987090de1a20670975c27f753c (diff)
trilium: 0.50.2 -> 0.50.3
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 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 {