about summary refs log tree commit diff
path: root/pkgs/applications/office/trilium
diff options
context:
space:
mode:
authorFliegendeWurst <2012gdwu+github@posteo.de>2021-08-24 09:20:36 +0200
committerFliegendeWurst <2012gdwu+github@posteo.de>2021-08-24 09:21:34 +0200
commitf6c8fa7da922be20d61185daa33d490f19de21f9 (patch)
treef4f37efb34dca99718e6912ab7bcdaa1ddba5060 /pkgs/applications/office/trilium
parentdcc8b48d58ffaab7086f7ee03b3ca0536e5558be (diff)
downloadnixlib-f6c8fa7da922be20d61185daa33d490f19de21f9.tar
nixlib-f6c8fa7da922be20d61185daa33d490f19de21f9.tar.gz
nixlib-f6c8fa7da922be20d61185daa33d490f19de21f9.tar.bz2
nixlib-f6c8fa7da922be20d61185daa33d490f19de21f9.tar.lz
nixlib-f6c8fa7da922be20d61185daa33d490f19de21f9.tar.xz
nixlib-f6c8fa7da922be20d61185daa33d490f19de21f9.tar.zst
nixlib-f6c8fa7da922be20d61185daa33d490f19de21f9.zip
trilium: 0.47.5 -> 0.47.7
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 a1be66c56f12..3cf7fd1eaebd 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.47.5";
+  version = "0.47.7";
 
   desktopSource = {
     url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
-    sha256 = "16sm93vzlsqmrykbzdvgwszbhq79brd74zp9n9q5wrf4s44xizzv";
+    sha256 = "1fcrc01wr8ln1i77q9h89i90wwyijpfp58fa717wbdvyly4860sh";
   };
 
   serverSource = {
     url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-server-${version}.tar.xz";
-    sha256 = "0jk9pf3ljzfdv7d91wxda8z9qz653qas58wsrx42gnf7zxn1l648";
+    sha256 = "0qp37y3xgbhl6vj2bkwz1lfylkn82kx7n0lcfr58wxwkn00149ry";
   };
 
 in {