Skip to content

Commit

Permalink
Revert "[20.09] keepassxc: 2.6.3 -> 2.6.4"
Browse files Browse the repository at this point in the history
  • Loading branch information
davidak committed Feb 21, 2021
1 parent 55ad64e commit 0156cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/keepassx/community.nix
Expand Up @@ -40,13 +40,13 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "keepassxc";
version = "2.6.4";
version = "2.6.3";

src = fetchFromGitHub {
owner = "keepassxreboot";
repo = "keepassxc";
rev = version;
sha256 = "02ajfkw818cmalvkl0kqvza85rgdgs59kw2v7b3c4v8kv00c41j3";
sha256 = "1jd2mvafyn095crfs2hnfprqiy8yqsvfybwbjq8n0agapnz4bl5h";
};

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

0 comments on commit 0156cbb

Please sign in to comment.