diff options
| author | 239 <239@pm.me> | 2021-05-27 21:14:18 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-05-30 02:30:30 +0000 |
| commit | 32153b7d595c38b3eee83c058a9d853719223b2e (patch) | |
| tree | 472d2f35efe53241962a54426f7cf1f55b7a2a6f | |
| parent | Merge pull request #124827 from NixOS/backport-124685-to-release-21.05 (diff) | |
| download | nixpkgs-origin/backport-124690-to-release-21.05.tar.gz | |
bitwarden: 1.24.6 -> 1.26.4origin/backport-124690-to-release-21.05
(cherry picked from commit cdffcc9048bafc34938235a5b4f166b4f2770a88)
| -rw-r--r-- | pkgs/tools/security/bitwarden/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/bitwarden/default.nix b/pkgs/tools/security/bitwarden/default.nix index 8f264ef942e4..daddf9a71b6a 100644 --- a/pkgs/tools/security/bitwarden/default.nix +++ b/pkgs/tools/security/bitwarden/default.nix @@ -2,11 +2,11 @@ , autoPatchelfHook , dpkg , fetchurl +, lib , libsecret , makeDesktopItem , makeWrapper , stdenv -, lib , udev , wrapGAppsHook }: @@ -17,11 +17,11 @@ let pname = "bitwarden"; version = { - x86_64-linux = "1.24.6"; + x86_64-linux = "1.26.4"; }.${system} or ""; sha256 = { - x86_64-linux = "sha256-PaquU2CrtIJS1s9TKshmKxfs0L3Jhvs/sgO4ZrlJFzA="; + x86_64-linux = "sha256-PYqLf1Y3SwPFjq8JJMxHrKWKuCqbVpmzugi3DjRNWUg="; }.${system} or ""; meta = with lib; { |
