libsForQt5.qtkeychain: 0.9.0 -> 0.9.1
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:
parent
cf68a14a01
commit
31ccd587f7
@ -9,13 +9,13 @@ assert stdenv.isDarwin -> darwin != null;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "qtkeychain-${if withQt5 then "qt5" else "qt4"}-${version}";
|
name = "qtkeychain-${if withQt5 then "qt5" else "qt4"}-${version}";
|
||||||
version = "0.9.0"; # verify after nix-build with `grep -R "set(PACKAGE_VERSION " result/`
|
version = "0.9.1"; # verify after nix-build with `grep -R "set(PACKAGE_VERSION " result/`
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "frankosterfeld";
|
owner = "frankosterfeld";
|
||||||
repo = "qtkeychain";
|
repo = "qtkeychain";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1vff0jrycq6c204ch0w7fix5bsv90aw8pl9yiicx9r5ady0i29m7"; # v0.9.0
|
sha256 = "0h4wgngn2yl35hapbjs24amkjfbzsvnna4ixfhn87snjnq5lmjbc"; # v0.9.1
|
||||||
};
|
};
|
||||||
|
|
||||||
cmakeFlags = [ "-DQT_TRANSLATIONS_DIR=share/qt/translations" ]
|
cmakeFlags = [ "-DQT_TRANSLATIONS_DIR=share/qt/translations" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user