summary refs log tree commit diff
path: root/pkgs/applications/office/trilium
diff options
context:
space:
mode:
authorFliegendeWurst <2012gdwu+github@posteo.de>2022-08-26 22:30:34 +0200
committerFliegendeWurst <2012gdwu+github@posteo.de>2022-08-26 22:31:29 +0200
commit6c2479f6e999a2168dafe1e6ada2dbec4ca4d80a (patch)
treec1d73cad2b8b8dde22a3844e35e5b3e9747ac481 /pkgs/applications/office/trilium
parent12f74551c79d33235229888af1df6c127d3aeb86 (diff)
downloadnixpkgs-6c2479f6e999a2168dafe1e6ada2dbec4ca4d80a.tar
nixpkgs-6c2479f6e999a2168dafe1e6ada2dbec4ca4d80a.tar.gz
nixpkgs-6c2479f6e999a2168dafe1e6ada2dbec4ca4d80a.tar.bz2
nixpkgs-6c2479f6e999a2168dafe1e6ada2dbec4ca4d80a.tar.lz
nixpkgs-6c2479f6e999a2168dafe1e6ada2dbec4ca4d80a.tar.xz
nixpkgs-6c2479f6e999a2168dafe1e6ada2dbec4ca4d80a.tar.zst
nixpkgs-6c2479f6e999a2168dafe1e6ada2dbec4ca4d80a.zip
trilium-{desktop,server}: 0.54.2 -> 0.54.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 46bd79eab82..3aff212ae49 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.2";
+  version = "0.54.3";
 
   desktopSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
-  desktopSource.sha256 = "15wbag2hk5pa6ds56ikxn9rj405jgbg6w1y896vl60sa02lm20df";
+  desktopSource.sha256 = "1r7gzvcgdy8i5z5l8z4xw6s44mplr6h1pnpp19di953zmywbdi0f";
 
   serverSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-server-${version}.tar.xz";
-  serverSource.sha256 = "03z7z0jr1s132f10lagj786fr198l2xvpr72x2325brqlny5fzng";
+  serverSource.sha256 = "1c3mcga87ifdlgxdhsgxndmqqkjl2glxilyf702wf1bpscsirc4z";
 
 in {