From df9490d1d34aa815479be8998e842ac02a318bbb Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Wed, 13 Sep 2023 17:43:21 -0700 Subject: python310Packages.twisted: update patch URLs --- pkgs/development/python-modules/twisted/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/development/python-modules/twisted/default.nix b/pkgs/development/python-modules/twisted/default.nix index 582a9e0f56364..011aa62bac696 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 { -- cgit 1.4.1