trilium-server 0.58.8 -> 0.59.1 https://github.com/zadam/trilium/releases attrpath: trilium-server Checking auto update branch... No auto update branch exists Old version 0.58.8" not present in master derivation file with contents: { lib, callPackage, ... }: let metaCommon = with lib; { description = "Hierarchical note taking application with focus on building large personal knowledge bases"; homepage = "https://github.com/zadam/trilium"; license = licenses.agpl3Plus; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; platforms = [ "x86_64-linux" ]; maintainers = with maintainers; [ fliegendewurst eliandoran ]; }; in { trilium-desktop = callPackage ./desktop.nix { metaCommon = metaCommon; }; trilium-server = callPackage ./server.nix { metaCommon = metaCommon; }; }