Skip to content

Commit

Permalink
keepassxc: 2.3.0 -> 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
knedlsepp committed Mar 25, 2018
1 parent 2a80448 commit 3f1a03b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/keepassx/community.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "keepassxc-${version}";
version = "2.3.0";
version = "2.3.1";

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

NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isClang [
Expand Down

0 comments on commit 3f1a03b

Please sign in to comment.