qt5integration: 5.6.17 -> 5.6.20

This commit is contained in:
rewine 2024-02-04 11:21:52 +08:00
parent 570e030e98
commit 61c5c50015

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "qt5integration";
version = "5.6.17";
version = "5.6.20";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-8ag/cFkjp5u/0/71xKR6z6dXp2NGRIYNNbzzEmgsDmc=";
hash = "sha256-cmvscSIu3LOTKuMs/+JUdJAvQ7OB4o1k+LqfRxNefZU=";
};
nativeBuildInputs = [