Skip to content

Commit

Permalink
bitwarden: 1.20.1 -> 1.22.1 (#98674)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 24, 2020
1 parent 0a3987a commit fd7141a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/bitwarden/default.nix
Expand Up @@ -17,11 +17,11 @@ let
pname = "bitwarden";

version = {
x86_64-linux = "1.20.1";
x86_64-linux = "1.22.1";
}.${system} or "";

sha256 = {
x86_64-linux = "1lywslkpgg9rxwz7kwfknkgdi0r47j14i420r5yxgkaizb7ww27z";
x86_64-linux = "1pbcrkafyjjcsd27s99g511llkz05d9qkny7g15wp6piyyv89k3n";
}.${system} or "";

meta = with stdenv.lib; {
Expand Down

0 comments on commit fd7141a

Please sign in to comment.