about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-04 09:29:07 -0500
committerGitHub <noreply@github.com>2023-12-04 09:29:07 -0500
commite8b20a3ef651c4e5da839e85cd739af3c7613a7e (patch)
treea217e0d85a352187703e6f2d86235c204a3de7b0 /pkgs/applications/office
parent22a1314f286b2ed9c9356012cbfe7d388cf42870 (diff)
parent834d7b76489ad06a4b6efdb818022d3e0c17d820 (diff)
downloadnixlib-e8b20a3ef651c4e5da839e85cd739af3c7613a7e.tar
nixlib-e8b20a3ef651c4e5da839e85cd739af3c7613a7e.tar.gz
nixlib-e8b20a3ef651c4e5da839e85cd739af3c7613a7e.tar.bz2
nixlib-e8b20a3ef651c4e5da839e85cd739af3c7613a7e.tar.lz
nixlib-e8b20a3ef651c4e5da839e85cd739af3c7613a7e.tar.xz
nixlib-e8b20a3ef651c4e5da839e85cd739af3c7613a7e.tar.zst
nixlib-e8b20a3ef651c4e5da839e85cd739af3c7613a7e.zip
Merge pull request #271178 from eliandoran/update/trilium
trilium-{desktop,server}: 0.62.2 -> 0.62.3
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/trilium/desktop.nix6
-rw-r--r--pkgs/applications/office/trilium/server.nix4
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/office/trilium/desktop.nix b/pkgs/applications/office/trilium/desktop.nix
index 48df671bd924..0f701abbbf2c 100644
--- a/pkgs/applications/office/trilium/desktop.nix
+++ b/pkgs/applications/office/trilium/desktop.nix
@@ -7,13 +7,13 @@
 
 let
   pname = "trilium-desktop";
-  version = "0.62.2";
+  version = "0.62.3";
 
   linuxSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
-  linuxSource.sha256 = "17vg22kzg6346c8fb2kzm5zdspb9p24isd2irxhw7gh2z6vnwh1d";
+  linuxSource.sha256 = "1fw6mbcnqrgk627npsxp7xbyab7108msihlkf5i998rji8vaz64m";
 
   darwinSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-mac-x64-${version}.zip";
-  darwinSource.sha256 = "03y5wkpdf4hc7724sjipgahlp6nh72z0wgm0qsqji5x5sxpambb8";
+  darwinSource.sha256 = "0wp58qjs5a91g80h115xnkkrih741bs3vjdr6wilwcp1blbgnxjj";
 
   meta = metaCommon // {
     mainProgram = "trilium";
diff --git a/pkgs/applications/office/trilium/server.nix b/pkgs/applications/office/trilium/server.nix
index a2b6a3338395..270f9751ff80 100644
--- a/pkgs/applications/office/trilium/server.nix
+++ b/pkgs/applications/office/trilium/server.nix
@@ -3,8 +3,8 @@
 
 let
   serverSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-server-${version}.tar.xz";
-  serverSource.sha256 = "0vip61c24n9d6bnpcgg9dwxc604xigmi1ayvm1mmlgah1fk56swg";
-  version = "0.62.2";
+  serverSource.sha256 = "00vb36a6kxdmn8m0nmzpdi2h7qmg63xrwwbq4hvjp2njjf32wki1";
+  version = "0.62.3";
 in stdenv.mkDerivation {
   pname = "trilium-server";
   inherit version;