From cac076a0cc896f27ac5e5613bc4fe3722d2306ec Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Tue, 22 Nov 2022 01:26:07 +0100 Subject: [PATCH 1/3] enpass: 6.6.1.809 -> 6.8.5.1173 --- pkgs/tools/security/enpass/data.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/enpass/data.json b/pkgs/tools/security/enpass/data.json index 20d252bce58..d967b2266ae 100644 --- a/pkgs/tools/security/enpass/data.json +++ b/pkgs/tools/security/enpass/data.json @@ -1,8 +1,8 @@ { "amd64": { - "path": "pool/main/e/enpass/enpass_6.6.1.809_amd64.deb", - "sha256": "b1b9bd67653c3163bd80b340150ecf123552cbe4af23c350fbadea8ffd7939ba", - "version": "6.6.1.809" + "path": "pool/main/e/enpass/enpass_6.8.5.1173_amd64.deb", + "sha256": "5855e617041d73682320f3643eb4136c93eef2beaf3be9d37cbadfc76d719b5b", + "version": "6.8.5.1173" }, "i386": { "path": "pool/main/e/enpass/enpass_5.6.9_i386.deb", From 0355bc86539c871567ed66df8b2a170aac6e85b3 Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Tue, 22 Nov 2022 00:45:18 +0100 Subject: [PATCH 2/3] enpass: Fix baseurl --- pkgs/tools/security/enpass/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/enpass/default.nix b/pkgs/tools/security/enpass/default.nix index e7a3eb8bae3..0a6ec468e06 100644 --- a/pkgs/tools/security/enpass/default.nix +++ b/pkgs/tools/security/enpass/default.nix @@ -14,7 +14,7 @@ let data = all_data.${system_map.${stdenv.hostPlatform.system} or (throw "Unsupported platform")}; - baseUrl = "http://repo.sinew.in"; + baseUrl = "https://apt.enpass.io"; # used of both wrappers and libpath libPath = lib.makeLibraryPath (with xorg; [ From f0f553816e9db6294af97c6193862befce265a3e Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Tue, 22 Nov 2022 01:16:47 +0100 Subject: [PATCH 3/3] enpass: Add missing libraries --- pkgs/tools/security/enpass/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/security/enpass/default.nix b/pkgs/tools/security/enpass/default.nix index 0a6ec468e06..d32a45c9176 100644 --- a/pkgs/tools/security/enpass/default.nix +++ b/pkgs/tools/security/enpass/default.nix @@ -1,7 +1,7 @@ { stdenv, fetchurl, dpkg, xorg , glib, libGLU, libGL, libpulseaudio, zlib, dbus, fontconfig, freetype , gtk3, pango -, makeWrapper , python3Packages, lib +, makeWrapper , python3Packages, lib, libcap , lsof, curl, libuuid, cups, mesa, xz, libxkbcommon }: @@ -32,12 +32,17 @@ let libXrender libXScrnSaver libxcb + libcap glib gtk3 pango curl libuuid cups + xcbutilwm # libxcb-icccm.so.4 + xcbutilimage # libxcb-image.so.0 + xcbutilkeysyms # libxcb-keysyms.so.1 + xcbutilrenderutil # libxcb-render-util.so.0 xz libxkbcommon ]);