From ac06d71d669693e2a80ea5dd39277310642ae4a5 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 21 May 2022 17:16:29 +0100 Subject: [PATCH] nix/pkgs/authentik: bump to 2022.5.2 --- nix/pkgs/authentik/default.nix | 6 +++--- nix/pkgs/authentik/webui/node-packages.nix | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/nix/pkgs/authentik/default.nix b/nix/pkgs/authentik/default.nix index 6af7ff3472..fa5ea9d767 100644 --- a/nix/pkgs/authentik/default.nix +++ b/nix/pkgs/authentik/default.nix @@ -1,12 +1,12 @@ { pkgs, ... }@args: let - version = "2022.5.1-lukegb"; + version = "2022.5.2-lukegb"; src = pkgs.fetchFromGitHub { owner = "lukegb"; repo = "authentik"; - rev = "770b6ce6908ca6300999eeb84d28837a3118ead1"; - hash = "sha256:1al1ckavl2np0cz7qysmrp2jap3syc5m0fkdjz4289j9s2932czz"; + rev = "2f60f75f8d34eea8c49475a230c44c64cc3be1e0"; + hash = "sha256:0qld4s2liaps6dclpa557i0ds9z9w1g7fw5l3rk38w9xm57dmfj1"; }; subargs = args // { inherit src version; }; in rec { diff --git a/nix/pkgs/authentik/webui/node-packages.nix b/nix/pkgs/authentik/webui/node-packages.nix index d668eab1b1..482c835615 100644 --- a/nix/pkgs/authentik/webui/node-packages.nix +++ b/nix/pkgs/authentik/webui/node-packages.nix @@ -1093,13 +1093,13 @@ let sha512 = "J/3yg2AIXc9wznaVqpHVX3Wa5jwKovVF0AMYSnbmcXTiL3PpRPfF58pzWucCwEiCJBp+hCNRLWClTomD8SseKg=="; }; }; - "@goauthentik/api-2022.4.1-1652656244" = { + "@goauthentik/api-2022.5.1-1653068887" = { name = "_at_goauthentik_slash_api"; packageName = "@goauthentik/api"; - version = "2022.4.1-1652656244"; + version = "2022.5.1-1653068887"; src = fetchurl { - url = "https://registry.npmjs.org/@goauthentik/api/-/api-2022.4.1-1652656244.tgz"; - sha512 = "0N3yrQaxTlfNwbbw46wu7AwO4PKzkDerEjgOR/LS8DXlviEHKOZmqUohaOdWGAZe1a6LzQn1XzAMPT6TBaleuw=="; + url = "https://registry.npmjs.org/@goauthentik/api/-/api-2022.5.1-1653068887.tgz"; + sha512 = "tKzFnmq34rEm3HfYVzHVdI09zIc6oE5ZlACe+Ed0fxwVFPqjWcIce+uK7/KtskY1jsNcaMr2r0sfSLHaH0jFgw=="; }; }; "@humanwhocodes/config-array-0.9.2" = { @@ -6522,7 +6522,7 @@ let sources."@formatjs/intl-listformat-7.0.1" sources."@formatjs/intl-localematcher-0.2.27" 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/object-schema-1.2.1" sources."@jackfranklin/rollup-plugin-markdown-0.3.0"