summary refs log tree commit diff
path: root/pkgs/applications/office/trilium
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-09-24 04:25:28 -0700
committerGitHub <noreply@github.com>2022-09-24 19:25:28 +0800
commit397da86480b14f176181e245a49d13bb16d58a29 (patch)
treea31a3158c9d44bd63c0593d4f1fda7fd8004b14a /pkgs/applications/office/trilium
parent4622291145c017930632152b794bca67a7a17e1f (diff)
downloadnixpkgs-397da86480b14f176181e245a49d13bb16d58a29.tar
nixpkgs-397da86480b14f176181e245a49d13bb16d58a29.tar.gz
nixpkgs-397da86480b14f176181e245a49d13bb16d58a29.tar.bz2
nixpkgs-397da86480b14f176181e245a49d13bb16d58a29.tar.lz
nixpkgs-397da86480b14f176181e245a49d13bb16d58a29.tar.xz
nixpkgs-397da86480b14f176181e245a49d13bb16d58a29.tar.zst
nixpkgs-397da86480b14f176181e245a49d13bb16d58a29.zip
trilium-{desktop,server}: 0.54.3 -> 0.55.1
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 3aff212ae49..0023f9a2fcc 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.54.3";
+  version = "0.55.1";
 
   desktopSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
-  desktopSource.sha256 = "1r7gzvcgdy8i5z5l8z4xw6s44mplr6h1pnpp19di953zmywbdi0f";
+  desktopSource.sha256 = "0c12azw0hrax392ymn25nqszdhsy8p5cf970rfq9d98qp0i8ywf0";
 
   serverSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-server-${version}.tar.xz";
-  serverSource.sha256 = "1c3mcga87ifdlgxdhsgxndmqqkjl2glxilyf702wf1bpscsirc4z";
+  serverSource.sha256 = "04yjkmz2ck6r0c2593w2ck4w66x9wjzma0vaddx29b9anh9vrln3";
 
 in {