diff options
author | github-actions[bot] | 2024-07-21 06:01:25 +0000 |
---|---|---|
committer | GitHub | 2024-07-21 06:01:25 +0000 |
commit | 6ff8a10a87b1dfcd96aacc831d13f15046a2094d (patch) | |
tree | 9fc3ba19a5635d79afc046f24f91cfe11bb956d8 /pkgs/by-name/au | |
parent | be3262bae820a14f7d8db6d8cea43bae0261b24c (diff) | |
parent | cef77e159d1ee6b2c4c1349cbf5c4b9b97b50892 (diff) |
Merge master into staging-next
Diffstat (limited to 'pkgs/by-name/au')
-rw-r--r-- | pkgs/by-name/au/authentik/package.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/by-name/au/authentik/package.nix b/pkgs/by-name/au/authentik/package.nix index bb7f88d8d078..52d17d430ca0 100644 --- a/pkgs/by-name/au/authentik/package.nix +++ b/pkgs/by-name/au/authentik/package.nix @@ -13,13 +13,13 @@ , makeWrapper }: let - version = "2024.6.0"; + version = "2024.6.1"; src = fetchFromGitHub { owner = "goauthentik"; repo = "authentik"; rev = "version/${version}"; - hash = "sha256-eYxabUUQVeURrVAaF/Ecohzw9LJj0LZyCSM43gNvajY="; + hash = "sha256-SMupiJGJbkBn33JP4WLF3IsBdt3SN3JvZg/EYlz443g="; }; meta = with lib; { @@ -28,7 +28,7 @@ let homepage = "https://goauthentik.io/"; license = licenses.mit; platforms = platforms.linux; - maintainers = with maintainers; [ jvanbruegge ]; + maintainers = with maintainers; [ jvanbruegge risson ]; }; website = buildNpmPackage { @@ -86,7 +86,7 @@ let ln -s ${src}/website $out/ ln -s ${clientapi} $out/web/node_modules/@goauthentik/api ''; - npmDepsHash = "sha256-LAy2o/gs9lwbZT4NqD2GSsx7PCipnkthwnX9ICVpAWU="; + npmDepsHash = "sha256-v9oD8qV5UDJeZn4GZDEPlVM/jGVSeTqdIUDJl6tYXZw="; postPatch = '' cd web |