about summary refs log tree commit diff
path: root/pkgs/tools/security/bitwarden
diff options
context:
space:
mode:
authorCraftman7 <zezetta@icloud.com>2022-07-26 11:07:24 -0700
committerCraftman7 <zezetta@icloud.com>2022-07-26 11:07:24 -0700
commit8613bd99b1d042ad1d0d53335af7ef21fa871706 (patch)
tree75fecc6762566740262243b5c0da6ba62b96456c /pkgs/tools/security/bitwarden
parenteb5ea1500b4e8a1e9ca6d62b69d6835f80efe3b7 (diff)
bitwarden: 2022.5.1 -> 2022.6.2
Diffstat (limited to 'pkgs/tools/security/bitwarden')
-rw-r--r--pkgs/tools/security/bitwarden/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/bitwarden/default.nix b/pkgs/tools/security/bitwarden/default.nix
index 9ae5da86497bd..e440ef4eedb85 100644
--- a/pkgs/tools/security/bitwarden/default.nix
+++ b/pkgs/tools/security/bitwarden/default.nix
@@ -14,11 +14,11 @@
 
 stdenv.mkDerivation rec {
   pname = "bitwarden";
-  version = "2022.5.1";
+  version = "2022.6.2";
 
   src = fetchurl {
     url = "https://github.com/bitwarden/clients/releases/download/desktop-v${version}/Bitwarden-${version}-amd64.deb";
-    sha256 = "sha256-L6Mow4wC5PlpR9IYXOztW4FyGDq9wWEuV2PvzQ7M/rU=";
+    sha256 = "sha256-FaYxnCUsKBMbPhiNKcB4eZFDN0fC1nfG6Si4UK6ekh0=";
   };
 
   desktopItem = makeDesktopItem {