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

bitwarden: 1.17.0 -> 1.17.2
This commit is contained in:
Jörg Thalheim 2020-04-01 09:45:42 +01:00 committed by GitHub
commit 0e508ddd4f
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.17.0";
x86_64-linux = "1.17.2";
}.${system} or "";
sha256 = {
x86_64-linux = "01azgz1wka32z2jjdnbdyzm8fbrb34ifwirmjbvfw37yia28sd72";
x86_64-linux = "0v7lrwj3sdypnqayknwg0cg9c2gfsxbjic5wswkfxljy652x8izx";
}.${system} or "";
meta = with stdenv.lib; {