libsForQt5.qtutilities: 6.12.2 -> 6.13.0

Diff: https://github.com/Martchus/qtutilities/compare/v6.12.2...v6.13.0
This commit is contained in:
Doron Behar 2023-07-08 23:44:01 +03:00
parent 3f861fb6b6
commit 2fb26348ba

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "qtutilities";
version = "6.12.2";
version = "6.13.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
hash = "sha256-YYuTDUBTNKLmieb/pDljiN0T8NdaOb2aRmwkD85ZF38=";
hash = "sha256-gfGVVjtzpBGrPrp2k3fOIh54EAMSicyikF1CtaO74y8=";
};
buildInputs = [ qtbase cpp-utilities ];