trilium: 0.32.3 -> 0.32.4

This commit is contained in:
Will Dietz 2019-06-06 19:42:23 -05:00
parent a4113fe531
commit 1a9a7fb7c8
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.32.3";
version = "0.32.4";
src = fetchurl {
url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
sha256 = "0xjdr20fbqs2gcxpvi1b48qgix9nhl06pd7ypg6wgfa4rqmg9ha5";
sha256 = "05h5k5n63pmf6mmyfpw41xf6lzfd8dwdhy7r5fmhdxy2gpl3a817";
};
# Fetch from source repo, no longer included in release.