trilium: 0.30.8 -> 0.32.3

This commit is contained in:
Will Dietz 2019-06-04 15:18:08 -05:00
parent 28556f054f
commit a4113fe531
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -13,11 +13,11 @@ let
in stdenv.mkDerivation rec {
name = "trilium-${version}";
version = "0.30.8";
version = "0.32.3";
src = fetchurl {
url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
sha256 = "1mw8m9qm5jqfbwzj721gyfa656bp3hs8mrqx5d354rbx5f12pgjr";
sha256 = "0xjdr20fbqs2gcxpvi1b48qgix9nhl06pd7ypg6wgfa4rqmg9ha5";
};
# Fetch from source repo, no longer included in release.