Merge pull request #299080 from mweinelt/kanidm-update

kanidm: update to latest rc.16 commit
This commit is contained in:
Martin Weinelt
2024-03-27 00:25:24 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -3192,6 +3192,7 @@ dependencies = [
"hex",
"idlset",
"image 0.24.8",
"itertools 0.12.1",
"kanidm_build_profiles",
"kanidm_lib_crypto",
"kanidm_proto",
+2 -2
View File
@@ -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 = {