libsForQt5.qtutilities: 6.14.2 -> 6.14.3

This commit is contained in:
R. Ryantm 2024-09-04 04:46:43 +00:00
parent eadea83adb
commit d93e56ac6b

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qtutilities";
version = "6.14.2";
version = "6.14.3";
src = fetchFromGitHub {
owner = "Martchus";
repo = "qtutilities";
rev = "v${finalAttrs.version}";
hash = "sha256-Ugnnebts9+fUlxwjT9qpxV558PcJiHHhY5BzburR+EI=";
hash = "sha256-WgZZEs3Fse+0+FLVO1GTkxqxzZPfJuxS7Ij/G0ACZSY=";
};
nativeBuildInputs = [