bitwarden: 1.24.6 -> 1.26.4

(cherry picked from commit cdffcc9048bafc34938235a5b4f166b4f2770a88)
This commit is contained in:
239 2021-05-27 21:14:18 +02:00 committed by github-actions[bot]
parent 52223c3d1d
commit 32153b7d59

View File

@ -2,11 +2,11 @@
, autoPatchelfHook , autoPatchelfHook
, dpkg , dpkg
, fetchurl , fetchurl
, lib
, libsecret , libsecret
, makeDesktopItem , makeDesktopItem
, makeWrapper , makeWrapper
, stdenv , stdenv
, lib
, udev , udev
, wrapGAppsHook , wrapGAppsHook
}: }:
@ -17,11 +17,11 @@ let
pname = "bitwarden"; pname = "bitwarden";
version = { version = {
x86_64-linux = "1.24.6"; x86_64-linux = "1.26.4";
}.${system} or ""; }.${system} or "";
sha256 = { sha256 = {
x86_64-linux = "sha256-PaquU2CrtIJS1s9TKshmKxfs0L3Jhvs/sgO4ZrlJFzA="; x86_64-linux = "sha256-PYqLf1Y3SwPFjq8JJMxHrKWKuCqbVpmzugi3DjRNWUg=";
}.${system} or ""; }.${system} or "";
meta = with lib; { meta = with lib; {