about summary refs log tree commit diff
path: root/pkgs/tools/security/enpass
AgeCommit message (Collapse)AuthorFilesLines
2022-11-29Merge pull request #202274 from dritter/update-enpass-6.8.5.1173Sandro2-5/+10
2022-11-24enpass: Add missing librariesDominik Ritter1-1/+6
2022-11-23Enpass: Add dritter as maintainerDominik Ritter1-1/+1
2022-11-22enpass: Fix baseurlDominik Ritter1-1/+1
2022-11-22enpass: 6.6.1.809 -> 6.8.5.1173Dominik Ritter1-3/+3
2022-07-02treewide/servers,shells,tools: add sourceType for more packagesRobert Scott1-0/+1
2022-02-14enpass: remove trailing whitespacezowoq1-2/+2
2022-01-02enpass: use python3Martin Weinelt1-2/+2
2021-11-03treewide: switch ``builtins.fromJSON(builtins.readFile ./file.json)`` to ↵Sandro Jäckel1-1/+1
lib.importJSON ./file.json
2021-07-20enpass: remove phasesFelix Buehler1-1/+0
2021-04-12enpass: 6.5.1 -> 6.6.1Artur Taranchiev1-3/+3
2021-04-04lzma: deprecate aliasSandro Jäckel1-2/+2
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-1/+2
2021-01-27Merge pull request #108713 from ewok/enpass-fixSandro1-1/+3
enpass: fix working only with root privileges on KDE
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-07enpass: fix for KDEArtur Taranchiev1-1/+3
2020-12-21Update maintainerArtur Taranchiev1-1/+1
2020-12-16enpass: 6.0.1.239 -> 6.5.1.723Artur Taranchiev2-9/+12
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-11-13enpass: use python2 in update scriptFrederik Rietdijk1-3/+3
2019-08-28treewide: remove redundant recvolth1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-17treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesaMatthew Bauer1-2/+2
Just use mesa for these to be more clear. Move these to aliases.nix
2019-01-12enpass: 5.6.5 -> 6.0.1Guillaume Koenig2-41/+22
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-3/+4
It is deprecated and will be removed after 18.09.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-05-03treewide: remove platform assertionsMatthew Bauer1-6/+6
linux: readd assertion
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2018-01-12enpass: 5.6.0 -> 5.6.5Joel Rivera1-6/+6
2017-12-01Merge pull request #32236 from guillaumekoenig/fix-enpass-firefox-webextensionsJörg Thalheim1-2/+10
enpass: fix install to work with firefox webextensions
2017-12-01enpass: fix install to work with firefox webextensionsGuillaume Koenig1-2/+10
With new Firefox 57 and WebExtensions, the new addon uses Firefox' Native Messaging mechanism to communicate with local programs (here the main enpass program). This commit activates EnpassNMHost, a binary that bootstraps communication between the two.
2017-10-05enpass: 5.4.0.post4 -> 5.6.0Joel Rivera1-6/+6
The file was generated with the update script that is part of the nix expressions for enpass. Also, it seems that 5.4 has some issues with dropbox sync, this was the original rationale to look for a newer version.
2017-05-08remove myself from maintainers/enpass (#25625)Ronny Pfannschmidt1-1/+0
as i am no longer using nixos
2016-12-29enpass: fix install to work with browser extensionsGuillaume Koenig1-9/+16
2016-12-27enpass: bump to 5.4.0.post4 and fix application iconRonny Pfannschmidt2-21/+13
2016-10-09enpass: init at 5.3.0Ronny Pfannschmidt3-0/+213