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

This commit is contained in:
Doron Behar 2021-12-08 06:27:10 +02:00 committed by GitHub
commit 6165c7c4de
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.5.1";
version = "6.5.2";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "sha256-J5yPezXU+AIvmLTBs4lWU35DvfP+0EuuhOJpxAzwRtw=";
sha256 = "sha256-/2gw6k6RUYBRnKJ85C8sDBCCcBEfkRU+MCgWi5/Z2hc=";
};
buildInputs = [ qtbase cpp-utilities ];