mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
keepassx-community: init at 2.1.0
- deprecating keepassx-reboot (was at 2.0.3)
This commit is contained in:
parent
3d16d69b40
commit
15bc80f3b9
@ -1,21 +1,21 @@
|
||||
{ stdenv, fetchFromGitHub, cmake, libgcrypt, qt5, zlib, libmicrohttpd, libXtst }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "keepassx-reboot-${version}";
|
||||
version = "2.0.3";
|
||||
name = "keepassx-community-${version}";
|
||||
version = "2.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "keepassxreboot";
|
||||
repo = "keepassx";
|
||||
rev = "${version}-http";
|
||||
sha256 = "0pj3mirhw87hk9nlls9hgfx08xrr8ln7d1fqi3fcm519qjr72lmv";
|
||||
repo = "keepassxc";
|
||||
rev = "${version}";
|
||||
sha256 = "0qwmi9f8ik3vkwl1kx7g3079h5ia4wl87y42nr5dal3ic1jc941p";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake libgcrypt zlib qt5.full libXtst libmicrohttpd ];
|
||||
|
||||
meta = {
|
||||
description = "Fork of the keepassX password-manager with additional http-interface to allow browser-integration an use with plugins such as PasslFox (https://github.com/pfn/passifox). See also keepassX2.";
|
||||
homepage = https://github.com/keepassxreboot/keepassx;
|
||||
homepage = https://github.com/keepassxreboot/keepassxc;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = with stdenv.lib.maintainers; [ s1lvester jonafato ];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
@ -59,6 +59,7 @@ doNotDisplayTwice rec {
|
||||
joseki = apache-jena-fuseki; # added 2016-02-28
|
||||
jquery_ui = jquery-ui; # added 2014-09-07
|
||||
keepassx2-http = keepassx-reboot; # added 2016-10-17
|
||||
keepassx-reboot = keepassx-community; # added 2017-02-01
|
||||
keybase-go = keybase; # added 2016-08-24
|
||||
letsencrypt = certbot; # added 2016-05-16
|
||||
libdbusmenu_qt5 = qt5.libdbusmenu; # added 2015-12-19
|
||||
|
@ -13142,7 +13142,7 @@ with pkgs;
|
||||
|
||||
keepassx = callPackage ../applications/misc/keepassx { };
|
||||
keepassx2 = callPackage ../applications/misc/keepassx/2.0.nix { };
|
||||
keepassx-reboot = callPackage ../applications/misc/keepassx/reboot.nix { };
|
||||
keepassx-community = callPackage ../applications/misc/keepassx/community.nix { };
|
||||
|
||||
inherit (gnome3) evince;
|
||||
evolution_data_server = gnome3.evolution_data_server;
|
||||
|
Loading…
Reference in New Issue
Block a user