about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-02-12 14:13:16 -0600
committerWill Dietz <w@wdtz.org>2019-02-12 14:13:16 -0600
commitef74bbd22183a2ed5a4e6f4481b4f32f1a7d7b31 (patch)
tree16d972dd550aa97555942211cd7683f1fd0665ff
parentcfe6277e62f66a554f92c33f6bbcaf72e55d5c90 (diff)
downloadnixlib-ef74bbd22183a2ed5a4e6f4481b4f32f1a7d7b31.tar
nixlib-ef74bbd22183a2ed5a4e6f4481b4f32f1a7d7b31.tar.gz
nixlib-ef74bbd22183a2ed5a4e6f4481b4f32f1a7d7b31.tar.bz2
nixlib-ef74bbd22183a2ed5a4e6f4481b4f32f1a7d7b31.tar.lz
nixlib-ef74bbd22183a2ed5a4e6f4481b4f32f1a7d7b31.tar.xz
nixlib-ef74bbd22183a2ed5a4e6f4481b4f32f1a7d7b31.tar.zst
nixlib-ef74bbd22183a2ed5a4e6f4481b4f32f1a7d7b31.zip
trilium: 0.28.3 -> 0.29.1
https://github.com/zadam/trilium/releases/tag/v0.29.1
https://github.com/zadam/trilium/releases/tag/v0.29.0-beta

(the 0.29.1 release notes don't repeat the beta notes,
which is where most of the changes are)
-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 a72332f2f338..7ea4de464661 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.28.3";
+  version = "0.29.1";
 
   src = fetchurl {
     url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
-    sha256 = "0bg7fzb0drw6692hcskiwwd4d9s9547cqp3m1s4qj0y7ca3wrx8r";
+    sha256 = "1yyd650l628x3kvyn73d5b35sj7ixmdlqkb6h1swdjp0z2n00w4w";
   };
 
   # Fetch from source repo, no longer included in release.