Merge pull request #255046 from dotlambda/twisted-fix

python310Packages.twisted: update patch URLs

authored by Robert Schütz and committed by GitHub fb0fd7a1 265b109a

+2 -1
+2 -1
pkgs/development/python-modules/twisted/default.nix
··· 60 61 patches = [ 62 (fetchpatch { 63 - url = "https://github.com/twisted/twisted/pull/11787.diff"; 64 hash = "sha256-bQgUmbvDa61Vg8p/o/ivfkOAHyj1lTgHkrRVEGLM9aU="; 65 }) 66 (fetchpatch {
··· 60 61 patches = [ 62 (fetchpatch { 63 + name = "11787.diff"; 64 + url = "https://github.com/twisted/twisted/commit/da3bf3dc29f067e7019b2a1c205834ab64b2139a.diff"; 65 hash = "sha256-bQgUmbvDa61Vg8p/o/ivfkOAHyj1lTgHkrRVEGLM9aU="; 66 }) 67 (fetchpatch {