diff options
author | Masum Reza | 2024-07-21 10:20:12 +0530 |
---|---|---|
committer | GitHub | 2024-07-21 10:20:12 +0530 |
commit | 2f904fbb0c96bf8d1e0437bb795a4fc978d29289 (patch) | |
tree | 0098f0b356ae1b071eeca063878b6479c8d2492c /pkgs/by-name/au | |
parent | 531eb8e1acf4b186bd335f811d16fa7eecfb4a14 (diff) | |
parent | e1ed616cbc34dd1ebad720fc837cb75f02c6c33e (diff) |
Merge pull request #328792 from rissson/authentik-2024.6.1
authentik: 2024.6.0 -> 2024.6.1
Diffstat (limited to 'pkgs/by-name/au')
-rw-r--r-- | pkgs/by-name/au/authentik/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/au/authentik/package.nix b/pkgs/by-name/au/authentik/package.nix index c36a2e68fb4c..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; { @@ -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 |