3
0
Fork 0
forked from mirrors/nixpkgs

libsForQt5.qtkeychain: 0.8.0 -> 0.9.0 (#44703)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qtkeychain-qt5/versions.
This commit is contained in:
R. RyanTM 2018-08-08 15:32:55 -07:00 committed by xeji
parent 1d46027c3d
commit 98881b1e92

View file

@ -9,13 +9,13 @@ assert stdenv.isDarwin -> darwin != null;
stdenv.mkDerivation rec {
name = "qtkeychain-${if withQt5 then "qt5" else "qt4"}-${version}";
version = "0.8.0"; # verify after nix-build with `grep -R "set(PACKAGE_VERSION " result/`
version = "0.9.0"; # verify after nix-build with `grep -R "set(PACKAGE_VERSION " result/`
src = fetchFromGitHub {
owner = "frankosterfeld";
repo = "qtkeychain";
rev = "v${version}";
sha256 = "1r6qp9l2lp5jpc6ciklbg1swvvzcpc37rg9py46hk0wxy6klnm0b"; # v0.8.0
sha256 = "1vff0jrycq6c204ch0w7fix5bsv90aw8pl9yiicx9r5ady0i29m7"; # v0.9.0
};
cmakeFlags = [ "-DQT_TRANSLATIONS_DIR=share/qt/translations" ]