about summary refs log tree commit diff
path: root/pkgs/applications/office/trilium
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-06-04 15:18:08 -0500
committerWill Dietz <w@wdtz.org>2019-06-04 15:18:08 -0500
commita4113fe5319846811de17f91f94cf0475ff3d45f (patch)
tree9cf1a8c023197015965a92250037cc794fa0533b /pkgs/applications/office/trilium
parent28556f054f37510da5a0ebfe7fd2af7c20d3e8e3 (diff)
trilium: 0.30.8 -> 0.32.3
Diffstat (limited to 'pkgs/applications/office/trilium')
-rw-r--r--pkgs/applications/office/trilium/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/trilium/default.nix b/pkgs/applications/office/trilium/default.nix
index ba69b7894d68d..970262998d135 100644
--- a/pkgs/applications/office/trilium/default.nix
+++ b/pkgs/applications/office/trilium/default.nix
@@ -13,11 +13,11 @@ let
 
 in stdenv.mkDerivation rec {
   name = "trilium-${version}";
-  version = "0.30.8";
+  version = "0.32.3";
 
   src = fetchurl {
     url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
-    sha256 = "1mw8m9qm5jqfbwzj721gyfa656bp3hs8mrqx5d354rbx5f12pgjr";
+    sha256 = "0xjdr20fbqs2gcxpvi1b48qgix9nhl06pd7ypg6wgfa4rqmg9ha5";
   };
 
   # Fetch from source repo, no longer included in release.