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:
WilliButz 2023-10-28 22:28:17 +02:00
parent d3b1353030
commit c775e737f5
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA
2 changed files with 7 additions and 7 deletions

8
flake.lock generated
View file

@ -3,16 +3,16 @@
"authentik-src": { "authentik-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1698343565, "lastModified": 1698522234,
"narHash": "sha256-8O+uNiZMRf7KQbnJSkXJlw4z8rQ//mqhczyl73k7+ac=", "narHash": "sha256-kPfpSh1iu0MMJPn57TFGRDP4pwE20LQNLoOBJQpDt2c=",
"owner": "goauthentik", "owner": "goauthentik",
"repo": "authentik", "repo": "authentik",
"rev": "64c38909ffd969787f2d634b0e971b90a451d5db", "rev": "8e72fcab59a65e900a35a0faa21fe0bfef4c63c3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "goauthentik", "owner": "goauthentik",
"ref": "version/2023.10.1", "ref": "version/2023.10.2",
"repo": "authentik", "repo": "authentik",
"type": "github" "type": "github"
} }

View file

@ -24,7 +24,7 @@
}; };
}; };
authentik-src = { # change version string in outputs as well when updating 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; flake = false;
}; };
}; };
@ -43,7 +43,7 @@
{ inherit inputs; } { inherit inputs; }
({ inputs, lib, withSystem, ... }: ({ inputs, lib, withSystem, ... }:
let 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 { in {
systems = [ systems = [
"x86_64-linux" "x86_64-linux"
@ -144,7 +144,7 @@
"cmd/proxy" "cmd/proxy"
"cmd/radius" "cmd/radius"
]; ];
vendorSha256 = "sha256-JQRGlQ7iYrB5nKli3hoIAJHG9UeGqVD+dMupMUDZ2Zo="; vendorSha256 = "sha256-8F9emmQmbe7R+xtGrjV5ht0adGasU6WAvLa8Wxr+j8M=";
nativeBuildInputs = [ pkgs.makeWrapper ]; nativeBuildInputs = [ pkgs.makeWrapper ];
postInstall = '' postInstall = ''
wrapProgram $out/bin/server --prefix PATH : ${pythonEnv}/bin wrapProgram $out/bin/server --prefix PATH : ${pythonEnv}/bin