libsForQt5.libcommuni: 3.6.0 -> 3.7.0

This commit is contained in:
R. Ryantm 2022-02-12 06:05:56 +00:00 committed by Jonathan Ringer
parent c2793b01f2
commit 241d4cf6ed

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "libcommuni";
version = "3.6.0";
version = "3.7.0";
src = fetchFromGitHub {
owner = "communi";
repo = "libcommuni";
rev = "v${version}";
sha256 = "sha256-ABvrMoOVSycbQ8iRDzi7zkFnuSgHMMBgm9cDUWlD4uc=";
sha256 = "sha256-9eYJpmjW1J48RD6wVJOHmsAgTbauNeeCrXe076ufq1I=";
};
buildInputs = [ qtbase qtdeclarative ];