Skip to content

Commit

Permalink
Merge pull request #60051 from dtzWill/update/trilium-0.30.8
Browse files Browse the repository at this point in the history
trilium: 0.30.6 -> 0.30.8
  • Loading branch information
dtzWill committed Apr 23, 2019
2 parents 4009dfd + 9f50259 commit 03d6bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/trilium/default.nix
Expand Up @@ -13,11 +13,11 @@ let

in stdenv.mkDerivation rec {
name = "trilium-${version}";
version = "0.30.6";
version = "0.30.8";

src = fetchurl {
url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
sha256 = "0f2hf2lky4r4nh3hj5fmniy8gjbgdyj8i5d6bhf156yp3lx802ay";
sha256 = "1mw8m9qm5jqfbwzj721gyfa656bp3hs8mrqx5d354rbx5f12pgjr";
};

# Fetch from source repo, no longer included in release.
Expand Down

0 comments on commit 03d6bb5

Please sign in to comment.