trilium-desktop 0 -> 1 attrpath: trilium-desktop Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ym1yh2ind29grrr3b9d9165c0dfyd4fg-packages.json.drv building '/nix/store/ym1yh2ind29grrr3b9d9165c0dfyd4fg-packages.json.drv'... Going to be running update for following packages: - trilium-desktop-0.62.3 Press Enter key to continue... Running update for: - trilium-desktop-0.62.3: UPDATING ... - trilium-desktop-0.62.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/office/trilium/desktop.nix b/pkgs/applications/office/trilium/desktop.nix index 0f701abbbf2c..4c669e1cc1bd 100644 --- a/pkgs/applications/office/trilium/desktop.nix +++ b/pkgs/applications/office/trilium/desktop.nix @@ -7,13 +7,13 @@ let pname = "trilium-desktop"; - version = "0.62.3"; + version = "0.62.4"; linuxSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz"; - linuxSource.sha256 = "1fw6mbcnqrgk627npsxp7xbyab7108msihlkf5i998rji8vaz64m"; + linuxSource.sha256 = "1759xz6rdpdikqvms36l0w3lz3i4wzk6vh05zi53bq208aqnsln6"; darwinSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-mac-x64-${version}.zip"; - darwinSource.sha256 = "0wp58qjs5a91g80h115xnkkrih741bs3vjdr6wilwcp1blbgnxjj"; + darwinSource.sha256 = "066qxz37zs9hlxx8hgrw9jc6zxpxbl8hy7nw6q9yki4psi73rh6a"; meta = metaCommon // { mainProgram = "trilium"; diff --git a/pkgs/applications/office/trilium/server.nix b/pkgs/applications/office/trilium/server.nix index 270f9751ff80..10973f6951da 100644 --- a/pkgs/applications/office/trilium/server.nix +++ b/pkgs/applications/office/trilium/server.nix @@ -3,8 +3,8 @@ let serverSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-server-${version}.tar.xz"; - serverSource.sha256 = "00vb36a6kxdmn8m0nmzpdi2h7qmg63xrwwbq4hvjp2njjf32wki1"; - version = "0.62.3"; + serverSource.sha256 = "18snsrzphwqv3cqic8v32a768ds095kfwlqigscv892na8bbjdh4"; + version = "0.62.4"; in stdenv.mkDerivation { pname = "trilium-server"; inherit version; No auto update branch exists Old version 0.62.3" 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; }; }