Skip to content

Commit

Permalink
keepassx-community: 2.1.3 -> 2.1.4
Browse files Browse the repository at this point in the history
KeePassXC has a new bugfix release available: https://github.com/keepassxreboot/keepassxc/releases/tag/2.1.4

(cherry picked from commit 03e4d8dbf27021be796f6d40caef646f8ea386d5)
  • Loading branch information
jonafato authored and Mic92 committed Apr 11, 2017
1 parent 2f54a70 commit f9ada74
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.3";
version = "2.1.4";

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

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

0 comments on commit f9ada74

Please sign in to comment.