Unverified Commit fb0fd7a1 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #255046 from dotlambda/twisted-fix

python310Packages.twisted: update patch URLs
parents 265b109a df9490d1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 {