summary refs log tree commit diff
path: root/pkgs/applications/office/trilium
diff options
context:
space:
mode:
authorFliegendeWurst <2012gdwu+github@posteo.de>2021-04-27 20:04:18 +0200
committerFliegendeWurst <2012gdwu+github@posteo.de>2021-04-27 20:04:18 +0200
commitec4efadb830d3b174dcdc244c6d962b90126443b (patch)
treedfe03f734fb9db5659168eecde0682e9c4777f84 /pkgs/applications/office/trilium
parentd06818e5a4d34acc9235a7f1e32a34d10e6cd4a4 (diff)
downloadnixpkgs-ec4efadb830d3b174dcdc244c6d962b90126443b.tar
nixpkgs-ec4efadb830d3b174dcdc244c6d962b90126443b.tar.gz
nixpkgs-ec4efadb830d3b174dcdc244c6d962b90126443b.tar.bz2
nixpkgs-ec4efadb830d3b174dcdc244c6d962b90126443b.tar.lz
nixpkgs-ec4efadb830d3b174dcdc244c6d962b90126443b.tar.xz
nixpkgs-ec4efadb830d3b174dcdc244c6d962b90126443b.tar.zst
nixpkgs-ec4efadb830d3b174dcdc244c6d962b90126443b.zip
trilium: 0.46.9 -> 0.47.2
Diffstat (limited to 'pkgs/applications/office/trilium')
-rw-r--r--pkgs/applications/office/trilium/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/office/trilium/default.nix b/pkgs/applications/office/trilium/default.nix
index dab4367b3ae..1cf7f8769d5 100644
--- a/pkgs/applications/office/trilium/default.nix
+++ b/pkgs/applications/office/trilium/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, nixosTests, fetchurl, autoPatchelfHook, atomEnv, makeWrapper, makeDesktopItem, gtk3, wrapGAppsHook }:
+{ lib, stdenv, nixosTests, fetchurl, autoPatchelfHook, atomEnv, makeWrapper, makeDesktopItem, gtk3, libxshmfence, wrapGAppsHook }:
 
 let
   description = "Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases";
@@ -19,16 +19,16 @@ let
     maintainers = with maintainers; [ fliegendewurst ];
   };
 
-  version = "0.46.9";
+  version = "0.47.2";
 
   desktopSource = {
     url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
-    sha256 = "1qpk5z8w4wbkxs1lpnz3g8w30zygj4wxxlwj6gp1pip09xgiksm9";
+    sha256 = "04fyi0gbih6iw61b6d8lprf9qhxb6zb1pgckmi016wgv8x5ck02p";
   };
 
   serverSource = {
     url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-server-${version}.tar.xz";
-    sha256 = "1n8g7l6hiw9bhzylvzlfcn2pk4i8pqkqp9lj3lcxwwqb8va52phg";
+    sha256 = "1f8csjgqq4yw1qcnlrfy5ysarazmvj2fnmnxj4sr1xjbfa78y2rr";
   };
 
 in {
@@ -55,7 +55,7 @@ in {
       wrapGAppsHook
     ];
 
-    buildInputs = atomEnv.packages ++ [ gtk3 ];
+    buildInputs = atomEnv.packages ++ [ gtk3 libxshmfence ];
 
     installPhase = ''
       runHook preInstall