Merge pull request #254680 from r-ryantm/auto-update/libsForQt5.qtutilities

libsForQt5.qtutilities: 6.13.0 -> 6.13.1
This commit is contained in:
Doron Behar 2023-09-12 10:31:54 +00:00 committed by GitHub
commit 7e2cff8700
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.13.0";
version = "6.13.1";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
hash = "sha256-gfGVVjtzpBGrPrp2k3fOIh54EAMSicyikF1CtaO74y8=";
hash = "sha256-ic1Xnle1fGZ5elf0yH0BF+3spAmIo9kP62WhXLmBVNc=";
};
buildInputs = [ qtbase cpp-utilities ];