about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-09-14 17:17:24 +0000
committerGitHub <noreply@github.com>2023-09-14 17:17:24 +0000
commitfb0fd7a13fc377af080307e8e70c452b6b69b169 (patch)
tree9663a6aa8f895973e956a35786067cbe905a8bd2 /pkgs
parent265b109a811bf8ae73c6977cbc64185da6ac17d8 (diff)
parentdf9490d1d34aa815479be8998e842ac02a318bbb (diff)
Merge pull request #255046 from dotlambda/twisted-fix
python310Packages.twisted: update patch URLs
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/twisted/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/twisted/default.nix b/pkgs/development/python-modules/twisted/default.nix
index 7fe0bbdb83309..6c9014d5bd335 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 {