summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-03-25 20:06:56 +0100
committerGitHub <noreply@github.com>2021-03-25 20:06:56 +0100
commit87ca7432103d153b4a14e958d4260c9bf8d701a1 (patch)
treea44bc19875c0025baccfd8874c603d9b830997b4 /pkgs/applications
parent6aac9b563fe7d2b7ba129341f6a5bdb29a09d5ad (diff)
parent721b907161476d79964e55f56935768810183611 (diff)
Merge pull request #117597 from FliegendeWurst/trilium-update-0.46.6
trilium: 0.46.5 -> 0.46.6
Diffstat (limited to 'pkgs/applications')
-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 4692828601bf..2680a9a6a536 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.46.5";
+ version = "0.46.6";
desktopSource = {
url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
- sha256 = "157yp8375aviy77i42s7wdzc5igs7ll3v6vjzy30l8i5zis7hry2";
+ sha256 = "0nxlph23gkxrn10gnm0ncsy54fzcmbqcrrk492ygfgw8a8pl4ah1";
};
serverSource = {
url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-server-${version}.tar.xz";
- sha256 = "0bc1p99hr12pj94z48wwdbiw4cwpq3sanxaadbc8vxiyb4mcv706";
+ sha256 = "0z9wg84sdbpk8zhljydm05z7cqqv2ly9s921cli7rs8hcpl175cz";
};
in {