update: 2024.2.0 -> 2024.2.1
release notes: https://goauthentik.io/docs/releases/2024.2#fixed-in-202421 cryptography hash: https://github.com/nix-community/poetry2nix/pull/1538 Flake lock file updates: • Updated input 'authentik-src': 'github:goauthentik/authentik/310983a4d027174afe40e6db908cdfdebf1182b8' (2024-02-21) → 'github:goauthentik/authentik/8256f1897df0a741a81dcb066d4edae879c30408' (2024-02-22)
This commit is contained in:
parent
189ab274f5
commit
5ed5c481f2
3 changed files with 7 additions and 7 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -3,16 +3,16 @@
|
|||
"authentik-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1708526096,
|
||||
"narHash": "sha256-jbU3k+EOp6De7UxNswW7ozAf11iD8XakKMUUjN9Ybz0=",
|
||||
"lastModified": 1708611974,
|
||||
"narHash": "sha256-M1LykpaKAHX9pLlueHufj2RcbNZRcCnhzbhek87EWFs=",
|
||||
"owner": "goauthentik",
|
||||
"repo": "authentik",
|
||||
"rev": "310983a4d027174afe40e6db908cdfdebf1182b8",
|
||||
"rev": "8256f1897df0a741a81dcb066d4edae879c30408",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "goauthentik",
|
||||
"ref": "version/2024.2.0",
|
||||
"ref": "version/2024.2.1",
|
||||
"repo": "authentik",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
};
|
||||
};
|
||||
authentik-src = { # change version string in outputs as well when updating
|
||||
url = "github:goauthentik/authentik/version/2024.2.0";
|
||||
url = "github:goauthentik/authentik/version/2024.2.1";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
{ inherit inputs; }
|
||||
({ inputs, lib, withSystem, ... }:
|
||||
let
|
||||
authentik-version = "2024.2.0"; # to pass to the drvs of some components
|
||||
authentik-version = "2024.2.1"; # to pass to the drvs of some components
|
||||
in {
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ pkgs:
|
|||
src = oA.src;
|
||||
sourceRoot = "${oA.pname}-${oA.version}/src/rust";
|
||||
name = "${oA.pname}-${oA.version}";
|
||||
sha256 = "sha256-h6TjGcn81TSQuu+16ty60e6P07uH2gXa3VmG+Vy3eu0=";
|
||||
sha256 = "sha256-qaXQiF1xZvv4sNIiR2cb5TfD7oNiYdvUwcm37nh2P2M=";
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue