Commit Graph

15 Commits

Author SHA1 Message Date
Martin Weinelt
b41dbf177a
vaultwarden: Drop rust nightly workaround
The related issue has been closed since the 1.25 release.
2023-04-10 20:36:37 +02:00
Martin Weinelt
a3ac3f8502
vaultwarden: 1.28.0 -> 1.28.1
https://github.com/dani-garcia/vaultwarden/releases/tag/1.28.1
2023-04-09 23:41:29 +02:00
Robert Schütz
f672b32b2e vaultwarden: 1.27.0 -> 1.28.0
Diff: https://github.com/dani-garcia/vaultwarden/compare/1.27.0..1.28.0

Changelog: https://github.com/dani-garcia/vaultwarden/releases/tag/1.28.0
2023-03-28 10:15:39 -07:00
Yureka
f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
Ashish SHUKLA
dc837121ca
vaultwarden: 1.26.0 -> 1.27.0 2023-01-10 18:44:35 +05:30
Martin Weinelt
0497d5b99f
vaultwarden: Add update script to keep web vault in sync
- Adds an update script to fetch the compatible web vault version
- Removes `vaultwarden-vault` from top-level to prevent independent
  updates through e.g. r-ryantm. Istead the vault is now accessible
  at `vaultwarden.webvault`.
- The name webvault was chosen because it is the title of the projects
  README and it makes it clearer, that this is the web UI.
2022-12-14 15:00:20 +01:00
R. Ryantm
16104523f4 vaultwarden: 1.25.2 -> 1.26.0 2022-10-18 06:00:11 +00:00
Martin Weinelt
86e3f6a1ed
vaultwarden: 1.24.0 -> 1.25.2
https://github.com/dani-garcia/vaultwarden/releases/tag/1.25.2
https://github.com/dani-garcia/vaultwarden/releases/tag/1.25.1
https://github.com/dani-garcia/vaultwarden/releases/tag/1.25.0
2022-07-28 01:19:03 +02:00
R. Ryantm
5a7f3100e3 vaultwarden: 1.23.1 -> 1.24.0 2022-02-03 10:54:07 -08:00
R. Ryantm
b5127f3492 vaultwarden: 1.23.0 -> 1.23.1 2021-12-30 22:11:05 -08:00
figsoda
b356c37023 vaultwarden: use buildFeatures 2021-11-16 08:18:57 -05:00
Ivan Kozik
a153ef57e0 vaultwarden: fix the build for rustc 1.56
rustc 1.55 was ignoring vaultwarden's `rust-version = 1.57`, causing
the build to succeed. rustc 1.56 was erroring out because it does not
ignore the minimum `rust-version`.

Patch out the `rust-version` because we do not really need 1.57;
rustc 1.56 with RUSTC_BOOTSTRAP=1 produces a working vaultwarden.

This fixes https://github.com/NixOS/nixpkgs/issues/146215
2021-11-16 07:57:26 +00:00
R. Ryantm
426d2d2d8e vaultwarden: 1.22.2 -> 1.23.0 2021-10-28 08:29:32 +00:00
R. RyanTM
e2e42dcf17 vaultwarden: 1.22.1 -> 1.22.2 2021-08-19 18:25:45 +00:00
K900
dc1b56c714 vaultwarden: update to 1.22.1, rename from bitwarden_rs
I tried to make this as non-breaking as possible, but it will still
break things slightly for people expecting certain file names in the
packages themselves.
2021-07-01 12:31:20 +03:00