update: 2023.10.1 -> 2023.10.2
Flake lock file updates:
• Updated input 'authentik-src':
'github:goauthentik/authentik/64c38909ffd969787f2d634b0e971b90a451d5db' (2023-10-26)
→ 'github:goauthentik/authentik/8e72fcab59a65e900a35a0faa21fe0bfef4c63c3' (2023-10-28)
This commit is contained in:
parent
d3b1353030
commit
c775e737f5
2 changed files with 7 additions and 7 deletions
|
|
@ -24,7 +24,7 @@
|
|||
};
|
||||
};
|
||||
authentik-src = { # change version string in outputs as well when updating
|
||||
url = "github:goauthentik/authentik/version/2023.10.1";
|
||||
url = "github:goauthentik/authentik/version/2023.10.2";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
{ inherit inputs; }
|
||||
({ inputs, lib, withSystem, ... }:
|
||||
let
|
||||
authentik-version = "2023.10.1"; # to pass to the drvs of some components
|
||||
authentik-version = "2023.10.2"; # to pass to the drvs of some components
|
||||
in {
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
|
|
@ -144,7 +144,7 @@
|
|||
"cmd/proxy"
|
||||
"cmd/radius"
|
||||
];
|
||||
vendorSha256 = "sha256-JQRGlQ7iYrB5nKli3hoIAJHG9UeGqVD+dMupMUDZ2Zo=";
|
||||
vendorSha256 = "sha256-8F9emmQmbe7R+xtGrjV5ht0adGasU6WAvLa8Wxr+j8M=";
|
||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/server --prefix PATH : ${pythonEnv}/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue