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:
WilliButz 2024-02-22 17:11:05 +01:00
parent 189ab274f5
commit 5ed5c481f2
No known key found for this signature in database
GPG key ID: AB05DF703EB9DC70
3 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": 1708526096, "lastModified": 1708611974,
"narHash": "sha256-jbU3k+EOp6De7UxNswW7ozAf11iD8XakKMUUjN9Ybz0=", "narHash": "sha256-M1LykpaKAHX9pLlueHufj2RcbNZRcCnhzbhek87EWFs=",
"owner": "goauthentik", "owner": "goauthentik",
"repo": "authentik", "repo": "authentik",
"rev": "310983a4d027174afe40e6db908cdfdebf1182b8", "rev": "8256f1897df0a741a81dcb066d4edae879c30408",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "goauthentik", "owner": "goauthentik",
"ref": "version/2024.2.0", "ref": "version/2024.2.1",
"repo": "authentik", "repo": "authentik",
"type": "github" "type": "github"
} }

View file

@ -27,7 +27,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/2024.2.0"; url = "github:goauthentik/authentik/version/2024.2.1";
flake = false; flake = false;
}; };
}; };
@ -47,7 +47,7 @@
{ inherit inputs; } { inherit inputs; }
({ inputs, lib, withSystem, ... }: ({ inputs, lib, withSystem, ... }:
let 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 { in {
systems = [ systems = [
"x86_64-linux" "x86_64-linux"

View file

@ -84,7 +84,7 @@ pkgs:
src = oA.src; src = oA.src;
sourceRoot = "${oA.pname}-${oA.version}/src/rust"; sourceRoot = "${oA.pname}-${oA.version}/src/rust";
name = "${oA.pname}-${oA.version}"; name = "${oA.pname}-${oA.version}";
sha256 = "sha256-h6TjGcn81TSQuu+16ty60e6P07uH2gXa3VmG+Vy3eu0="; sha256 = "sha256-qaXQiF1xZvv4sNIiR2cb5TfD7oNiYdvUwcm37nh2P2M=";
}; };
}); });
} }