diff --git a/nix/pkgs/authentik/default.nix b/nix/pkgs/authentik/default.nix index 4167ed1ea1..46ecb7bcf8 100644 --- a/nix/pkgs/authentik/default.nix +++ b/nix/pkgs/authentik/default.nix @@ -1,12 +1,12 @@ { pkgs, ... }@args: let - version = "2022.5.3-lukegb"; + version = "2022.7.3-lukegb"; src = pkgs.fetchFromGitHub { owner = "lukegb"; repo = "authentik"; - rev = "e24ac85f81a0c84d9bd2488bab3d777c32728dc7"; - hash = "sha256:1wfks9v677flic7dwgsh4qb1c7pil8ilsvrkqzgrgfx3rrs7fc22"; + rev = "1e87a493f6f40caedd531d95dfc2ab7f48753f1e"; + hash = "sha256:1mgyqbdmjg65bbl6ar2kggzz0wq16pnz6iyyv1f69bkrhxnchsx7"; }; subargs = args // { inherit src version; }; in rec {