Merge pull request #107020 from ewok/enpass
enpass: 6.0.1.239 -> 6.5.1.723
This commit is contained in:
commit
854973e51d
@ -1,8 +1,8 @@
|
||||
{
|
||||
"amd64": {
|
||||
"path": "pool/main/e/enpass/enpass_6.0.1.239_amd64.deb",
|
||||
"sha256": "408a2bb318564307607f13b52fec7667f425c01ac40cbe345ebfa191ab1479ba",
|
||||
"version": "6.0.1.239"
|
||||
"path": "pool/main/e/enpass/enpass_6.5.1.723_amd64.deb",
|
||||
"sha256": "d9bb408fa2253ce44ab5396898f7db13291ce23ae58964f4a27ade38bd5067bf",
|
||||
"version": "6.5.1.723"
|
||||
},
|
||||
"i386": {
|
||||
"path": "pool/main/e/enpass/enpass_5.6.9_i386.deb",
|
||||
|
@ -2,7 +2,7 @@
|
||||
, glib, libGLU, libGL, libpulseaudio, zlib, dbus, fontconfig, freetype
|
||||
, gtk3, pango
|
||||
, makeWrapper , python2Packages, lib
|
||||
, lsof, curl, libuuid, cups, mesa
|
||||
, lsof, curl, libuuid, cups, mesa, lzma, libxkbcommon
|
||||
}:
|
||||
|
||||
let
|
||||
@ -38,6 +38,8 @@ let
|
||||
curl
|
||||
libuuid
|
||||
cups
|
||||
lzma
|
||||
libxkbcommon
|
||||
]);
|
||||
package = stdenv.mkDerivation {
|
||||
|
||||
@ -49,11 +51,12 @@ let
|
||||
url = "${baseUrl}/${data.path}";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "a well known password manager";
|
||||
meta = with stdenv.lib; {
|
||||
description = "A well known password manager";
|
||||
homepage = "https://www.enpass.io/";
|
||||
license = lib.licenses.unfree;
|
||||
license = licenses.unfree;
|
||||
platforms = [ "x86_64-linux" "i686-linux"];
|
||||
maintainers = with maintainers; [ ewok ];
|
||||
};
|
||||
|
||||
buildInputs = [makeWrapper dpkg];
|
||||
|
Loading…
Reference in New Issue
Block a user