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

View file

@ -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=";
};
});
}