From df9490d1d34aa815479be8998e842ac02a318bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 13 Sep 2023 17:43:21 -0700 Subject: [PATCH] python310Packages.twisted: update patch URLs --- pkgs/development/python-modules/twisted/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/twisted/default.nix b/pkgs/development/python-modules/twisted/default.nix index 582a9e0f5636..011aa62bac69 100644 --- a/pkgs/development/python-modules/twisted/default.nix +++ b/pkgs/development/python-modules/twisted/default.nix @@ -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 {