mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
kanidm: update to latest rc.16 commit
Fixes an administrator triggered thread crash in oauth2 claim maps.
This commit is contained in:
parent
674181b546
commit
c12dedfe6f
1
pkgs/servers/kanidm/Cargo.lock
generated
1
pkgs/servers/kanidm/Cargo.lock
generated
@ -3192,6 +3192,7 @@ dependencies = [
|
||||
"hex",
|
||||
"idlset",
|
||||
"image 0.24.8",
|
||||
"itertools 0.12.1",
|
||||
"kanidm_build_profiles",
|
||||
"kanidm_lib_crypto",
|
||||
"kanidm_proto",
|
||||
|
@ -25,8 +25,8 @@ rustPlatform.buildRustPackage rec {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
# Latest revision of 1.1.0-rc.16 stable branch
|
||||
rev = "4c88d6b27c9b82ad5b2482bda140025d7068293f";
|
||||
hash = "sha256-tatZ56uIusNvAAGwJ731rfmHvheOtPXjPUxLuAPFxXs=";
|
||||
rev = "e51d0dee44ecabbf7be9e855753453bb2f61cced";
|
||||
hash = "sha256-YgrlmSrjOzn/oFWmYy/71xwcq53lJbmiLIFzn2sIFAk=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
|
Loading…
Reference in New Issue
Block a user