qt6Packages.qtgrpc: drop upstreamed patch

This commit is contained in:
Robert Schütz
2025-06-11 14:38:45 -07:00
parent f43c0e780e
commit 361352db0d
@@ -1,6 +1,5 @@
{
qtModule,
fetchpatch,
qtbase,
qtdeclarative,
protobuf,
@@ -10,14 +9,6 @@
qtModule {
pname = "qtgrpc";
patches = [
(fetchpatch {
name = "new-protobuf.patch";
url = "https://github.com/qt/qtgrpc/commit/514769d1bd595d0e54bbe34c0bd167636d4825dc.diff";
hash = "sha256-juNSijNlR6PHxiEVx72vMBSvcWYfR/T/yvpxAF+ZAKE=";
})
];
propagatedBuildInputs = [
qtbase
qtdeclarative