Merge pull request #185373 from r-ryantm/auto-update/qtutilities

This commit is contained in:
Doron Behar 2022-08-06 16:12:31 +03:00 committed by GitHub
commit 1848995b28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "qtutilities";
version = "6.6.2";
version = "6.7.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "sha256-zt/d6V1/6Kqh0ZdJX3dLkj36NHlvlmFSxPPqcNyC6ZM=";
sha256 = "sha256-RjVmrdUHDBelwagWD5Mx+S3tdFO7I0+8RmFR7hwoe8o=";
};
buildInputs = [ qtbase cpp-utilities ];