summary refs log tree commit diff
path: root/pkgs/applications/office/trilium
diff options
context:
space:
mode:
authorFliegendeWurst <2012gdwu+github@posteo.de>2021-10-05 09:40:42 +0200
committerFliegendeWurst <2012gdwu+github@posteo.de>2021-10-05 09:41:11 +0200
commit7aaf9806c752e76cc60a0dff3fe704d627161f4b (patch)
tree809fc582a66aefef02192f22c9cd9d62c2f7e7bf /pkgs/applications/office/trilium
parentbc6a0a6a3b66dfa9d10409a3f76df1ddded93ef1 (diff)
downloadnixpkgs-7aaf9806c752e76cc60a0dff3fe704d627161f4b.tar
nixpkgs-7aaf9806c752e76cc60a0dff3fe704d627161f4b.tar.gz
nixpkgs-7aaf9806c752e76cc60a0dff3fe704d627161f4b.tar.bz2
nixpkgs-7aaf9806c752e76cc60a0dff3fe704d627161f4b.tar.lz
nixpkgs-7aaf9806c752e76cc60a0dff3fe704d627161f4b.tar.xz
nixpkgs-7aaf9806c752e76cc60a0dff3fe704d627161f4b.tar.zst
nixpkgs-7aaf9806c752e76cc60a0dff3fe704d627161f4b.zip
trilium: 0.47.7 -> 0.47.8
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 3cf7fd1eaeb..6cfdf3c8f92 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.7";
+  version = "0.47.8";
 
   desktopSource = {
     url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
-    sha256 = "1fcrc01wr8ln1i77q9h89i90wwyijpfp58fa717wbdvyly4860sh";
+    sha256 = "1vnwjiv4bidw5xspcd7d7fn8dbhvgia9ws363fs5zs48c9k2hwwz";
   };
 
   serverSource = {
     url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-server-${version}.tar.xz";
-    sha256 = "0qp37y3xgbhl6vj2bkwz1lfylkn82kx7n0lcfr58wxwkn00149ry";
+    sha256 = "1clgw0i3vbl8lrsjdjbn71yhim6356gm8h24831mnksb4sawhh7f";
   };
 
 in {