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.
This commit is contained in:
K900
2021-07-01 12:14:51 +03:00
parent f83eb93af7
commit dc1b56c714
12 changed files with 212 additions and 60 deletions

View File

@@ -49,7 +49,7 @@ buildPythonPackage rec {
'';
passthru.tests = {
testing-bitwarden = nixosTests.bitwarden;
testing-vaultwarden = nixosTests.vaultwarden;
};
meta = with lib; {