deepin.qt6integration: 6.0.19 -> 6.0.24

This commit is contained in:
rewine
2024-12-10 18:55:06 +08:00
parent 55c4bd3d38
commit 4ed970fdef
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "qt6integration";
version = "6.0.19";
version = "6.0.24";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-RVhAuEthrTE1QkRIKmBK4VM86frgAqLMJL31F11H8R8=";
hash = "sha256-J0HKtxnQCizHFf2VR9srS/CxWqAkczia7kDWxvGzKsw=";
};
nativeBuildInputs = [