Merge pull request #30692 from jonafato/keepassx-community-2.2.2

keepassx-community: 2.2.1 -> 2.2.2
This commit is contained in:
Daniel Peebles 2017-10-23 15:36:04 -04:00 committed by GitHub
commit 74ef9c60e9

View file

@ -7,13 +7,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "keepassx-community-${version}";
version = "2.2.1";
version = "2.2.2";
src = fetchFromGitHub {
owner = "keepassxreboot";
repo = "keepassxc";
rev = "${version}";
sha256 = "1g9qz81i7rsfywl03bwl3cg7q91vp24519b91y5liiyrqrq0zx94";
sha256 = "01pqpa3vzk2q1vrj2lqayr7a3nzpnj176yhnqbrwlm3s9rga4wzn";
};
cmakeFlags = [