Skip to content

Commit

Permalink
keepassxc: 2.2.2 -> 2.2.4
Browse files Browse the repository at this point in the history
KeepassXC has a new bugfix release. The changelog is available at
https://github.com/keepassxreboot/keepassxc/releases/tag/2.2.4.

(cherry picked from commit 616fa05)

Fix trivial conflict due to not having backported 6c7c3be
("keepassxc: rename from keepassx-community").
  • Loading branch information
jonafato authored and bjornfor committed Dec 14, 2017
1 parent ff49c5f commit 5a77b5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/misc/keepassx/community.nix
Expand Up @@ -7,17 +7,17 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "keepassx-community-${version}";
version = "2.2.2";
version = "2.2.4";

src = fetchFromGitHub {
owner = "keepassxreboot";
repo = "keepassxc";
rev = "${version}";
sha256 = "01pqpa3vzk2q1vrj2lqayr7a3nzpnj176yhnqbrwlm3s9rga4wzn";
sha256 = "0q913v2ka6p7jr7c4w9fq8aqh5v6nxqgcv9h7zllk5p0amsf8d80";
};

cmakeFlags = [
"-DWITH_GUI_TESTS=ON"
cmakeFlags = [
"-DWITH_GUI_TESTS=ON"
"-DWITH_XC_AUTOTYPE=ON"
"-DWITH_XC_YUBIKEY=ON"
] ++ (optional withKeePassHTTP "-DWITH_XC_HTTP=ON");
Expand Down

0 comments on commit 5a77b5e

Please sign in to comment.