libsForQt5.qtutilities: 6.8.0 -> 6.10.0

This commit is contained in:
Doron Behar 2022-11-05 12:44:57 +02:00
parent 54511498d7
commit 9d2f0affe3

View File

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