update: 2023.5.1 -> 2023.5.3

This commit is contained in:
WilliButz 2023-06-02 16:53:54 +02:00
parent 2c42aa361f
commit b51c438d24
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA
2 changed files with 6 additions and 6 deletions

8
flake.lock generated
View file

@ -3,16 +3,16 @@
"authentik-src": { "authentik-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1684438418, "lastModified": 1685640913,
"narHash": "sha256-f/cKMuaQWDvNCID6QviaY04pfK9r9KmjCT2Dc5nHK+g=", "narHash": "sha256-90KYG0r+C+4FJE0wH4+kSllCgxuzvvcKTcZCga4e4aw=",
"owner": "goauthentik", "owner": "goauthentik",
"repo": "authentik", "repo": "authentik",
"rev": "6900ffffd8ba586ea27f212a3ca077c23f9baedd", "rev": "be85eecac54e051f1daebe6e8719e726c78068d3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "goauthentik", "owner": "goauthentik",
"ref": "version/2023.5.1", "ref": "version/2023.5.3",
"repo": "authentik", "repo": "authentik",
"type": "github" "type": "github"
} }

View file

@ -19,7 +19,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.5.1"; url = "github:goauthentik/authentik/version/2023.5.3";
flake = false; flake = false;
}; };
}; };
@ -34,7 +34,7 @@
}: }:
flake-utils.lib.eachDefaultSystem (system: flake-utils.lib.eachDefaultSystem (system:
let let
authentik-version = "2023.5.1"; # to pass to the drvs of some components authentik-version = "2023.5.3"; # to pass to the drvs of some components
inherit (poetry2nix.legacyPackages.${system}) inherit (poetry2nix.legacyPackages.${system})
mkPoetryEnv mkPoetryEnv
defaultPoetryOverrides; defaultPoetryOverrides;