keepassxc: 2.6.4 -> 2.6.6

This commit is contained in:
Mrinal Purohit 2021-06-14 17:43:03 +05:30
parent d258a6f7b4
commit 928ade7e79

View file

@ -1,8 +1,6 @@
{ lib, stdenv { lib, stdenv
, fetchFromGitHub , fetchFromGitHub
, fetchpatch
, cmake , cmake
, makeWrapper
, qttools , qttools
, darwin , darwin
@ -43,13 +41,13 @@ with lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "keepassxc"; pname = "keepassxc";
version = "2.6.4"; version = "2.6.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "keepassxreboot"; owner = "keepassxreboot";
repo = "keepassxc"; repo = "keepassxc";
rev = version; rev = version;
sha256 = "02ajfkw818cmalvkl0kqvza85rgdgs59kw2v7b3c4v8kv00c41j3"; sha256 = "15rm3avdmc2x2n92zq6w1zbcranak4j6dds2sxmgdqi1ffc0a3ci";
}; };
NIX_CFLAGS_COMPILE = optionalString stdenv.cc.isClang [ NIX_CFLAGS_COMPILE = optionalString stdenv.cc.isClang [
@ -92,10 +90,9 @@ stdenv.mkDerivation rec {
runHook postCheck runHook postCheck
''; '';
nativeBuildInputs = [ cmake wrapQtAppsHook qttools pkg-config ]; nativeBuildInputs = [ asciidoctor cmake wrapQtAppsHook qttools pkg-config ];
buildInputs = [ buildInputs = [
asciidoctor
curl curl
glibcLocales glibcLocales
libXi libXi