Skip to content

Commit

Permalink
keepassx-community: 2.1.2 -> 2.1.3
Browse files Browse the repository at this point in the history
fixes NixOS/security#105

(cherry picked from commit 5e0cbbb)
  • Loading branch information
Mic92 committed Mar 25, 2017
1 parent a8baac6 commit 8ce595f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/keepassx/community.nix
Expand Up @@ -7,13 +7,13 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "keepassx-community-${version}";
version = "2.1.2";
version = "2.1.3";

src = fetchFromGitHub {
owner = "keepassxreboot";
repo = "keepassxc";
rev = "${version}";
sha256 = "0ncc157xki1mzxfa41bgwjfsz5jq9sq750ka578lq61smyzh5lq6";
sha256 = "1zamk3dc44fn61b880i3l1r0np2sx2hs05cvcf2x4748r3xicacf";
};

cmakeFlags = optional (withKeePassHTTP) [ "-DWITH_XC_HTTP=ON" ];
Expand Down

0 comments on commit 8ce595f

Please sign in to comment.