Merge pull request #255046 from dotlambda/twisted-fix

python310Packages.twisted: update patch URLs
This commit is contained in:
Robert Schütz
2023-09-14 17:17:24 +00:00
committed by GitHub
@@ -60,7 +60,8 @@ buildPythonPackage rec {
patches = [
(fetchpatch {
url = "https://github.com/twisted/twisted/pull/11787.diff";
name = "11787.diff";
url = "https://github.com/twisted/twisted/commit/da3bf3dc29f067e7019b2a1c205834ab64b2139a.diff";
hash = "sha256-bQgUmbvDa61Vg8p/o/ivfkOAHyj1lTgHkrRVEGLM9aU=";
})
(fetchpatch {