diff --git a/01-authens.patch b/01-authens.patch index e161a1d..4917c63 100644 --- a/01-authens.patch +++ b/01-authens.patch @@ -1,7 +1,7 @@ -diff --git a/authens/utils.py b/authens/utils.py +diff --git a/src/authens/utils.py b/src/authens/utils.py index 7306506..36063b6 100644 ---- a/authens/utils.py -+++ b/authens/utils.py +--- a/src/authens/utils.py ++++ b/src/authens/utils.py @@ -16,7 +16,7 @@ def get_cas_client(request): service_url=urlunparse( (request.scheme, request.get_host(), request.path, "", "", "") diff --git a/default.nix b/default.nix index f8cac0d..ded1719 100644 --- a/default.nix +++ b/default.nix @@ -14,6 +14,7 @@ let django-bulma-forms django-translated-fields loadcredential + pyrage ; authens = nix-pkgs.authens.overridePythonAttrs (old: { @@ -44,6 +45,7 @@ in ps.django-debug-toolbar ps.django-translated-fields ps.loadcredential + ps.pyrage ])) pkgs.gettext diff --git a/npins/sources.json b/npins/sources.json index fdb8ee4..b1f44d0 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -7,9 +7,9 @@ "url": "https://git.hubrecht.ovh/hubrecht/nix-pkgs.git" }, "branch": "main", - "revision": "46879d052e4a694ceb3027dbcff641c44e0ae1bd", + "revision": "22e90684e355bdd1e257c661b6275c7490f8c50b", "url": null, - "hash": "sha256-/Yn3NDYA76bv8x06jahLAJ2z54L0vFeAtQKzyW3MfGA=" + "hash": "sha256-yEZAv3bK7+gxNM8/31ONwdPIXlyQ5QnNnPDnWl3bXZo=" }, "nixpkgs": { "type": "Channel",