python3Packages.django-allauth: backport patch for dj-rest-auth compat

+10
+1
pkgs/by-name/pa/paperless-ngx/package.nix
··· 170 170 tag = version; 171 171 hash = "sha256-1HmEJ5E4Vp/CoyzUegqQXpzKUuz3dLx2EEv7dk8fq8w="; 172 172 }; 173 + patches = [ ]; 173 174 } 174 175 )) 175 176 django-auditlog
+9
pkgs/development/python-modules/django-allauth/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitea, 5 + fetchpatch, 5 6 pythonOlder, 6 7 python, 7 8 ··· 54 55 tag = version; 55 56 hash = "sha256-pwWrdWk3bARM4dKbEnUWXuyjw/rTcOjk3YXowDa+Hm8="; 56 57 }; 58 + 59 + patches = [ 60 + (fetchpatch { 61 + name = "dj-rest-auth-compat.patch"; 62 + url = "https://github.com/pennersr/django-allauth/commit/d50a9b09bada6753b52e52571d0830d837dc08ee.patch"; 63 + hash = "sha256-cFj9HEAlAITbRcR23ptzUYamoLmdtFEUVkDtv4+BBY0="; 64 + }) 65 + ]; 57 66 58 67 nativeBuildInputs = [ gettext ]; 59 68