Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-01-28 12:23:55 +00:00
committed by GitHub
29 changed files with 423 additions and 297 deletions
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "libcommuni";
version = "3.5.0";
version = "3.6.0";
src = fetchFromGitHub {
owner = "communi";
repo = "libcommuni";
rev = "v${version}";
sha256 = "15crqc7a4kwrfbxs121rpdysw0694hh7dr290gg7pm61akvnrqcm";
sha256 = "sha256-ABvrMoOVSycbQ8iRDzi7zkFnuSgHMMBgm9cDUWlD4uc=";
};
buildInputs = [ qtbase qtdeclarative ];