bitwarden: 1.16.4 -> 1.16.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bitwarden/versions
This commit is contained in:
parent
ca1cce367e
commit
51efea72cd
1 changed files with 2 additions and 2 deletions
|
@ -16,11 +16,11 @@ let
|
|||
pname = "bitwarden";
|
||||
|
||||
version = {
|
||||
x86_64-linux = "1.16.4";
|
||||
x86_64-linux = "1.16.6";
|
||||
}.${system} or "";
|
||||
|
||||
sha256 = {
|
||||
x86_64-linux = "1g9ljxjqs7mx509lkfd7db7xvm9srzypbgv0qfzrr2flqbsfl06m";
|
||||
x86_64-linux = "074hqm4gjljc82nhn7h6wsd74567390018fi3v38g7jh7aph10jj";
|
||||
}.${system} or "";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue