Merge pull request #124690 from 239/submit/update-bitwarden

bitwarden: 1.24.6 -> 1.26.4
This commit is contained in:
Sandro 2021-05-30 04:26:55 +02:00 committed by GitHub
commit bb4bf36471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; {