Merge pull request #77114 from r-ryantm/auto-update/keepassxc

keepassxc: 2.5.1 -> 2.5.2
This commit is contained in:
Ryan Mulligan
2020-01-15 21:08:13 -08:00
committed by GitHub

View File

@@ -33,13 +33,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "keepassxc";
version = "2.5.1";
version = "2.5.2";
src = fetchFromGitHub {
owner = "keepassxreboot";
repo = "keepassxc";
rev = version;
sha256 = "0dkya9smx81c5cgcwk2gi2m1pabfff1v9gd3ngl42sdvyb63wgdq";
sha256 = "0z5bd17qaq7zpv96gw6qwv6rb4xx7xjq86ss6wm5zskcrraf7r7n";
};
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isClang [