trilium: 0.29.1 -> 0.30.4 (#57056)

https://github.com/zadam/trilium/releases/tag/v0.30.4
This commit is contained in:
Will Dietz 2019-03-08 14:45:41 -06:00 committed by xeji
parent 3519306f46
commit 7911b288c3

View file

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