authentik: bump to 2022.7.3
This commit is contained in:
parent
159da44acf
commit
071d0468df
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ pkgs, ... }@args:
|
{ pkgs, ... }@args:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2022.5.3-lukegb";
|
version = "2022.7.3-lukegb";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "lukegb";
|
owner = "lukegb";
|
||||||
repo = "authentik";
|
repo = "authentik";
|
||||||
rev = "e24ac85f81a0c84d9bd2488bab3d777c32728dc7";
|
rev = "1e87a493f6f40caedd531d95dfc2ab7f48753f1e";
|
||||||
hash = "sha256:1wfks9v677flic7dwgsh4qb1c7pil8ilsvrkqzgrgfx3rrs7fc22";
|
hash = "sha256:1mgyqbdmjg65bbl6ar2kggzz0wq16pnz6iyyv1f69bkrhxnchsx7";
|
||||||
};
|
};
|
||||||
subargs = args // { inherit src version; };
|
subargs = args // { inherit src version; };
|
||||||
in rec {
|
in rec {
|
||||||
|
|
Loading…
Reference in a new issue