nix/pkgs/authentik: bump to 2022.5.2
This commit is contained in:
parent
977ee51c54
commit
ac06d71d66
2 changed files with 8 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ pkgs, ... }@args:
|
{ pkgs, ... }@args:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2022.5.1-lukegb";
|
version = "2022.5.2-lukegb";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "lukegb";
|
owner = "lukegb";
|
||||||
repo = "authentik";
|
repo = "authentik";
|
||||||
rev = "770b6ce6908ca6300999eeb84d28837a3118ead1";
|
rev = "2f60f75f8d34eea8c49475a230c44c64cc3be1e0";
|
||||||
hash = "sha256:1al1ckavl2np0cz7qysmrp2jap3syc5m0fkdjz4289j9s2932czz";
|
hash = "sha256:0qld4s2liaps6dclpa557i0ds9z9w1g7fw5l3rk38w9xm57dmfj1";
|
||||||
};
|
};
|
||||||
subargs = args // { inherit src version; };
|
subargs = args // { inherit src version; };
|
||||||
in rec {
|
in rec {
|
||||||
|
|
|
@ -1093,13 +1093,13 @@ let
|
||||||
sha512 = "J/3yg2AIXc9wznaVqpHVX3Wa5jwKovVF0AMYSnbmcXTiL3PpRPfF58pzWucCwEiCJBp+hCNRLWClTomD8SseKg==";
|
sha512 = "J/3yg2AIXc9wznaVqpHVX3Wa5jwKovVF0AMYSnbmcXTiL3PpRPfF58pzWucCwEiCJBp+hCNRLWClTomD8SseKg==";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"@goauthentik/api-2022.4.1-1652656244" = {
|
"@goauthentik/api-2022.5.1-1653068887" = {
|
||||||
name = "_at_goauthentik_slash_api";
|
name = "_at_goauthentik_slash_api";
|
||||||
packageName = "@goauthentik/api";
|
packageName = "@goauthentik/api";
|
||||||
version = "2022.4.1-1652656244";
|
version = "2022.5.1-1653068887";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://registry.npmjs.org/@goauthentik/api/-/api-2022.4.1-1652656244.tgz";
|
url = "https://registry.npmjs.org/@goauthentik/api/-/api-2022.5.1-1653068887.tgz";
|
||||||
sha512 = "0N3yrQaxTlfNwbbw46wu7AwO4PKzkDerEjgOR/LS8DXlviEHKOZmqUohaOdWGAZe1a6LzQn1XzAMPT6TBaleuw==";
|
sha512 = "tKzFnmq34rEm3HfYVzHVdI09zIc6oE5ZlACe+Ed0fxwVFPqjWcIce+uK7/KtskY1jsNcaMr2r0sfSLHaH0jFgw==";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"@humanwhocodes/config-array-0.9.2" = {
|
"@humanwhocodes/config-array-0.9.2" = {
|
||||||
|
@ -6522,7 +6522,7 @@ let
|
||||||
sources."@formatjs/intl-listformat-7.0.1"
|
sources."@formatjs/intl-listformat-7.0.1"
|
||||||
sources."@formatjs/intl-localematcher-0.2.27"
|
sources."@formatjs/intl-localematcher-0.2.27"
|
||||||
sources."@fortawesome/fontawesome-free-6.1.1"
|
sources."@fortawesome/fontawesome-free-6.1.1"
|
||||||
sources."@goauthentik/api-2022.4.1-1652656244"
|
sources."@goauthentik/api-2022.5.1-1653068887"
|
||||||
sources."@humanwhocodes/config-array-0.9.2"
|
sources."@humanwhocodes/config-array-0.9.2"
|
||||||
sources."@humanwhocodes/object-schema-1.2.1"
|
sources."@humanwhocodes/object-schema-1.2.1"
|
||||||
sources."@jackfranklin/rollup-plugin-markdown-0.3.0"
|
sources."@jackfranklin/rollup-plugin-markdown-0.3.0"
|
||||||
|
|
Loading…
Reference in a new issue