libsForQt5.qt5ct: 1.7 -> 1.8

This commit is contained in:
R. Ryantm 2023-10-10 22:35:04 +00:00
parent 5323fbf703
commit 2e1d574abb

View File

@ -4,11 +4,11 @@ let inherit (lib) getDev; in
mkDerivation rec {
pname = "qt5ct";
version = "1.7";
version = "1.8";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
sha256 = "sha256-7VhUam5MUN/tG5/2oUjUpGj+m017WycnuWUB3ilVuNc=";
sha256 = "sha256-I7dAVEFepBJDKHcu+ab5UIOpuGVp4SgDSj/3XfrYCOk=";
};
nativeBuildInputs = [ qmake qttools ];