summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Walther <walther@technowledgy.de>2025-04-08 13:59:48 +0000
committerGitHub <noreply@github.com>2025-04-08 13:59:48 +0000
commita62d20dd366a941a588bfe3c814826cf631a0554 (patch)
tree320be119006eb118d480326ecf46c89b720ed708
parent[Backport release-24.11] github-runner: 2.322.0 -> 2.323.0 (#397046) (diff)
parentauthentik,authentik.outposts.{ldap,radius}: 2024.12.1 -> 2024.12.4 (diff)
downloadnixpkgs-a62d20dd366a941a588bfe3c814826cf631a0554.tar.gz
[release-24.11] authentik,authentik.outposts.{ldap,radius}: 2024.12.1 -> 2024.12.4 (#394899)
-rw-r--r--pkgs/by-name/au/authentik/package.nix8
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 9b4187b15896..552c128d38fa 100644
--- a/pkgs/by-name/au/authentik/package.nix
+++ b/pkgs/by-name/au/authentik/package.nix
@@ -15,13 +15,13 @@
}:
let
- version = "2024.12.1";
+ version = "2024.12.4";
src = fetchFromGitHub {
owner = "goauthentik";
repo = "authentik";
rev = "version/${version}";
- hash = "sha256-CkUmsVKzAQ/VWIhtxWxlcGtrWVa8hxqsMqvfcsG5ktA=";
+ hash = "sha256-t5Jwu//zc49L7iWIVaIZ4ipOdxqSe9Qv3xKpPpWMq1s=";
};
meta = with lib; {
@@ -43,7 +43,7 @@ let
sourceRoot = "source/website";
- outputHash = "sha256-SONw9v67uuVk8meRIuS1KaBGbej6Gbz6nZxPDnHfCwQ=";
+ outputHash = "sha256-JBFDpLGaED05pHZ4ihwqNEFf8qBOAcTByVdF49hESAk=";
outputHashMode = "recursive";
nativeBuildInputs = [
@@ -53,7 +53,7 @@ let
buildPhase = ''
npm ci --cache ./cache
- rm -r ./cache
+ rm -r ./cache node_modules/@parcel/watcher-linux-* node_modules/.package-lock.json
'';
installPhase = ''