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/xah0w9f3r3rxpn4m395sa9mmy0f3kndc-packages.json.drv building '/nix/store/xah0w9f3r3rxpn4m395sa9mmy0f3kndc-packages.json.drv'... Going to be running update for following packages: - trilium-desktop-0.60.4 Press Enter key to continue... Running update for: - trilium-desktop-0.60.4: UPDATING ... - trilium-desktop-0.60.4: 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 dd3f41df5230..af90212f2045 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.60.4"; + version = "0.61.13"; linuxSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz"; - linuxSource.sha256 = "02vbghvi2sbh943rslgm712x9zccvpjab3jvr5b1bw4bq5fzppgq"; + linuxSource.sha256 = "11xv1l5s619394m30a1rm41ihkxyp05qwndaz6hjaabcyhdnzd7j"; darwinSource.url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-mac-x64-${version}.zip"; - darwinSource.sha256 = "0z6dk16xdzkiyxrm1yh3iz5351c8sdzvk8v5l3jdqy7davxw9f86"; + darwinSource.sha256 = "1cfwmy6k11hxcrjxjymm9821qr8ln7gsw792shxs6390aka84diq"; meta = metaCommon // { mainProgram = "trilium"; diff --git a/pkgs/applications/office/trilium/server.nix b/pkgs/applications/office/trilium/server.nix index 2ac92e36636f..949aa858812e 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 = "16xyxpxqvzhdq63wc2nzmfabpasypxwm474jf15y3q8kdrca9myv"; - version = "0.60.4"; + serverSource.sha256 = "1a0j765xb2jpzxp1q60fmqr9wm4wns53v0b9m4n3bczzf53dfdaj"; + version = "0.61.13"; in stdenv.mkDerivation rec { pname = "trilium-server"; inherit version; No auto update branch exists There might already be an open PR for this update: - trilium-{desktop,server}: 0.60.4 -> 0.61.13 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/265276"