Skip to content

Commit

Permalink
kanidm: update to latest rc.16 commit
Browse files Browse the repository at this point in the history
Fixes an administrator triggered thread crash in oauth2 claim maps.
  • Loading branch information
mweinelt committed Mar 26, 2024
1 parent 674181b commit c12dedf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pkgs/servers/kanidm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/servers/kanidm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit c12dedf

Please sign in to comment.