3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #82409 from r-ryantm/auto-update/bitwarden

bitwarden: 1.16.6 -> 1.17.0
This commit is contained in:
Maximilian Bosch 2020-03-12 17:23:26 +01:00 committed by GitHub
commit 3274fcc09e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,11 +16,11 @@ let
pname = "bitwarden";
version = {
x86_64-linux = "1.16.6";
x86_64-linux = "1.17.0";
}.${system} or "";
sha256 = {
x86_64-linux = "074hqm4gjljc82nhn7h6wsd74567390018fi3v38g7jh7aph10jj";
x86_64-linux = "01azgz1wka32z2jjdnbdyzm8fbrb34ifwirmjbvfw37yia28sd72";
}.${system} or "";
meta = with stdenv.lib; {