libsForQt5.qtutilities: 6.10.0 -> 6.11.0

Diff: https://github.com/Martchus/qtutilities/compare/v6.10.0...v6.11.0
This commit is contained in:
Doron Behar 2023-03-08 13:23:45 +02:00
parent 5b9ed59e80
commit a5613d24ef

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "qtutilities";
version = "6.10.0";
version = "6.11.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
hash = "sha256-xMuiizhOeS2UtD5OprLZb1MsjGyLd85SHcfW9Wja7tg=";
hash = "sha256-eMQyXxBupqcLmNtAcVBgTWtAtuyRlWB9GKNpomM10B0=";
};
buildInputs = [ qtbase cpp-utilities ];