bitwarden-desktop: 2024.12.1 -> 2025.1.1#374021
bitwarden-desktop: 2024.12.1 -> 2025.1.1#374021talyz merged 1 commit intoNixOS:masterfrom Saeverix:update-bitwarden-desktop
Conversation
|
Might make #373177 obsolete |
|
hey not sure if i feel comfortable contributing to nixpkgs yet (after what happened to governance last year), but i'd like to at least share some insights here I've discovered personally when attempting to package the latest version:
pushd apps/desktop/desktop_native/proxy
cargo build --bin desktop_proxy --release
popdcopy the result binary in installPhase: cp -r apps/desktop/desktop_native/target/release/desktop_proxy $out/binalso modify
|
|
@nyawox thank you for the tips. I see that this is not a simple update then. Looks like it does build fine with As for the other two issues you mentions, I guess that might be something for a separate pull request. |
|
oh yea my bad, since i guess |
|
Looks like it's still I think it's best to let #347350 and #371479 be fixed in their own separate pull requests, since it's not really related to the update that I am doing. @nyawox it might be useful if you post your mentioned solutions in both issues. |
|
opened a separate pr 👍🏻 edit: damn 371479 was a completely unrelated issue, that's what three hours of sleep do to a person |
|
I suspect @amarshall is not very active recently. Since the linked PR #373177 is open with no response of him for a week. Maybe @ddogfoodd can check this out, since you also participated in #373177? |
|
|
Builds and works fine for me on x86_64-linux |
|
Also desktop-2025.1.1 is out, but the changes are pretty irrelevant for us right now. |
|
|
@amarshall and @ddogfoodd I have resolved the comment. I also updated to 2025.1.1 while we are at it. Rebuilt successful without |
|
|
|
@amarshall a friendly reminder |
amarshall
left a comment
There was a problem hiding this comment.
Built on x86_64-linux and performed usual manual tests. Thanks!
|
Thanks @amarshall, I assume you are also the one to merge the branch? Since I don't have the required permssion. Or should someone else merge the branch? |
talyz
left a comment
There was a problem hiding this comment.
Works well for me. Tested by running nix run github:Saeverix/nixpkgs/update-bitwarden-desktop#bitwarden-desktop on x86_64-linux.
Thanks!
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.11
git worktree add -d .worktree/backport-374021-to-release-24.11 origin/release-24.11
cd .worktree/backport-374021-to-release-24.11
git switch --create backport-374021-to-release-24.11
git cherry-pick -x 23c1d61b2b23d574805bfecebe8221eb561e2053 |
|
@talyz (and or @ddogfoodd) I see the automated backport failed for some reason. Is that something I can fix, or should one of you do that since I don't have the required permissions? |
Unfortunately I also don't have a clue about backporting yet |
|
Backports usually fail due to conflicts. In this case, previous updates were not backported, so it conflicts. I manually created the backport PR: #376545 |

Diff: bitwarden/clients@desktop-v2024.12.1...desktop-v2025.1.1
Changelog: https://github.com/bitwarden/clients/releases/tag/desktop-v2025.1.1
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.