Skip to content

Commit

Permalink
keepassx2: 2.0.2 -> 2.0.3
Browse files Browse the repository at this point in the history
(cherry picked from commit 2273849)
  • Loading branch information
jgeerds committed Oct 26, 2016
1 parent cadc55f commit ff63518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/keepassx/2.0.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "keepassx2-${version}";
version = "2.0.2";
version = "2.0.3";

src = fetchurl {
url = "https://www.keepassx.org/releases/${version}/keepassx-${version}.tar.gz";
sha256 = "1f1nlbd669rmpzr52d9dgfgclg4jcaq2jkrby3b8q1vjkksdqjr0";
sha256 = "1ia7cqx9ias38mnffsl7da7g1f66bcbjsi23k49sln0c6spb9zr3";
};

buildInputs = [ cmake libgcrypt qt4 xorg.libXtst ];
Expand Down

0 comments on commit ff63518

Please sign in to comment.