update: 2023.5.4 -> 2023.5.5
This commit is contained in:
parent
fcc7b2f997
commit
cb27d69da8
2 changed files with 6 additions and 6 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -3,16 +3,16 @@
|
||||||
"authentik-src": {
|
"authentik-src": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1687463133,
|
"lastModified": 1688660156,
|
||||||
"narHash": "sha256-xNerf0j0tEBwTMnOnEzCJfH72eTwG0BbqPcPi+Xs+Og=",
|
"narHash": "sha256-BIq6B6gCIHSOmTeEyaJg4V//4+3bHb+/v8dw9x8oKQA=",
|
||||||
"owner": "goauthentik",
|
"owner": "goauthentik",
|
||||||
"repo": "authentik",
|
"repo": "authentik",
|
||||||
"rev": "2739376a2af0bb023543e904ee47525f09774472",
|
"rev": "b99ac0122805ed0e99da2da71388ad95f5310b02",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "goauthentik",
|
"owner": "goauthentik",
|
||||||
"ref": "version/2023.5.4",
|
"ref": "version/2023.5.5",
|
||||||
"repo": "authentik",
|
"repo": "authentik",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,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.4";
|
url = "github:goauthentik/authentik/version/2023.5.5";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
{ inherit inputs; }
|
{ inherit inputs; }
|
||||||
({ inputs, lib, withSystem, ... }:
|
({ inputs, lib, withSystem, ... }:
|
||||||
let
|
let
|
||||||
authentik-version = "2023.5.4"; # to pass to the drvs of some components
|
authentik-version = "2023.5.5"; # to pass to the drvs of some components
|
||||||
in rec {
|
in rec {
|
||||||
systems = [
|
systems = [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue