From 7dc0b8d9d6bbeeb2d016e15f7b64d30666581669 Mon Sep 17 00:00:00 2001 From: Artur Taranchiev Date: Sat, 12 Dec 2020 01:29:48 +0300 Subject: [PATCH 1/2] enpass: 6.0.1.239 -> 6.5.1.723 --- pkgs/tools/security/enpass/data.json | 10 +++++----- pkgs/tools/security/enpass/default.nix | 11 +++++++---- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/pkgs/tools/security/enpass/data.json b/pkgs/tools/security/enpass/data.json index a4a3b919e648..7a52e260eb92 100644 --- a/pkgs/tools/security/enpass/data.json +++ b/pkgs/tools/security/enpass/data.json @@ -1,12 +1,12 @@ { "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", "sha256": "3f699ac3e2ecfd4afee1505d8d364d4f6b6b94c55ba989d0a80bd678ff66cb2c", "version": "5.6.9" } -} \ No newline at end of file +} diff --git a/pkgs/tools/security/enpass/default.nix b/pkgs/tools/security/enpass/default.nix index 370282d02d06..576099c90b38 100644 --- a/pkgs/tools/security/enpass/default.nix +++ b/pkgs/tools/security/enpass/default.nix @@ -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; [ guillaumekoenig ]; }; buildInputs = [makeWrapper dpkg]; From 5625941e65bcc31a7bb9064bea411e2167559243 Mon Sep 17 00:00:00 2001 From: Artur Taranchiev Date: Mon, 21 Dec 2020 11:18:40 +0300 Subject: [PATCH 2/2] Update maintainer --- maintainers/maintainer-list.nix | 6 ++++++ pkgs/tools/security/enpass/default.nix | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 75bd0cf2d7a4..823c8a327378 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -2857,6 +2857,12 @@ githubId = 30512529; name = "Evils"; }; + ewok = { + email = "ewok@ewok.ru"; + github = "ewok"; + githubId = 454695; + name = "Artur Taranchiev"; + }; exfalso = { email = "0slemi0@gmail.com"; github = "exfalso"; diff --git a/pkgs/tools/security/enpass/default.nix b/pkgs/tools/security/enpass/default.nix index 576099c90b38..be2e5b06246d 100644 --- a/pkgs/tools/security/enpass/default.nix +++ b/pkgs/tools/security/enpass/default.nix @@ -56,7 +56,7 @@ let homepage = "https://www.enpass.io/"; license = licenses.unfree; platforms = [ "x86_64-linux" "i686-linux"]; - maintainers = with maintainers; [ guillaumekoenig ]; + maintainers = with maintainers; [ ewok ]; }; buildInputs = [makeWrapper dpkg];