libsForQt5.qtutilities: 6.13.0 -> 6.13.1

This commit is contained in:
R. Ryantm 2023-09-12 06:06:53 +00:00
parent d0a5c478f1
commit 968efb72fd

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 ];