Merge pull request #109990 from r-ryantm/auto-update/libcommuni
libsForQt5.libcommuni: 3.5.0 -> 3.6.0
This commit is contained in:
commit
14a5e8900b
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libcommuni";
|
pname = "libcommuni";
|
||||||
version = "3.5.0";
|
version = "3.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "communi";
|
owner = "communi";
|
||||||
repo = "libcommuni";
|
repo = "libcommuni";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "15crqc7a4kwrfbxs121rpdysw0694hh7dr290gg7pm61akvnrqcm";
|
sha256 = "sha256-ABvrMoOVSycbQ8iRDzi7zkFnuSgHMMBgm9cDUWlD4uc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qtbase qtdeclarative ];
|
buildInputs = [ qtbase qtdeclarative ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user